/* portal.css */

/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */

 .hide {
  display: none;
}
#dnn_ContentPaneFull {
  min-height: 140px;
}
#dnn_ContentPaneFull img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* PAGE BACKGROUND */


/* background color for the header at the top of the page  */

.HeadBg {}

/* background color for the content part of the pages */

Body {}
.ControlPanel {}

/* background/border colors for the selected tab */

.TabBg {}
.LeftPane {}
.ContentPane {}
.RightPane {}

/* text style for the selected tab */

.SelectedTab {}

/* hyperlink style for the selected tab */

A.SelectedTab:link {}
A.SelectedTab:visited {}
A.SelectedTab:hover {}
A.SelectedTab:active {}

/* text style for the unselected tabs */

.OtherTabs {}

/* hyperlink style for the unselected tabs */

A.OtherTabs:link {}
A.OtherTabs:visited {}
A.OtherTabs:hover {}
A.OtherTabs:active {}

/* GENERAL */


/* style for module titles */

.Head {}

/* style of item titles on edit and admin pages */

.SubHead {}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */

.SubSubHead {}

/* text style used for most text rendered by modules */

.Normal {}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.NormalTextBox {}
.NormalRed {}
.NormalBold {}

/* text style for buttons and link buttons used in the portal admin pages */

.CommandButton {}

/* hyperlink style for buttons and link buttons used in the portal admin pages */

A.CommandButton:link {}
A.CommandButton:visited {}
A.CommandButton:hover {}
A.CommandButton:active {}

/* button style for standard HTML buttons */

.StandardButton {}

/* GENERIC */

H1 {}
H2 {}
H3 {}
H4 {}
H5,
DT {}
H6 {}
TFOOT,
THEAD {}
TH {}
A:link {}
A:visited {}
A:hover {}
A:active {}
SMALL {}
BIG {}
BLOCKQUOTE,
PRE {}
UL LI {}
UL LI LI {}
UL LI LI LI {}
OL LI {}
OL OL LI {}
OL OL OL LI {}
OL UL LI {}
HR {}

/* MODULE-SPECIFIC */


/* text style for reading messages in Discussion */

.Message {}

/* style of item titles by Announcements and events */

.ItemTitle {}

/* Menu-Styles */


/* Module Title Menu */

.ModuleTitle_MenuContainer {}
.ModuleTitle_MenuBar {}
.ModuleTitle_MenuItem {}
.ModuleTitle_MenuIcon {}
.ModuleTitle_SubMenu {}
.ModuleTitle_MenuBreak {}
.ModuleTitle_MenuItemSel {}
.ModuleTitle_MenuArrow {}
.ModuleTitle_RootMenuArrow {}

/* Main Menu */

.MainMenu_MenuContainer {}
.MainMenu_MenuBar {}
.MainMenu_MenuItem {}
.MainMenu_MenuIcon {}
.MainMenu_SubMenu {}
.MainMenu_MenuBreak {}
.MainMenu_MenuItemSel {}
.MainMenu_MenuArrow {}
.MainMenu_RootMenuArrow {}

/* Login Styles */

.LoginPanel {}
.LoginTabGroup {}
.LoginTab {}
.LoginTabSelected {}
.LoginTabHover {}
.LoginContainerGroup {}
.LoginContainer {}

/* START Respondsive section */

@media (min-width:768px) {
 


   .dnnEditState #dnn_ctr178338_ContentPane{
      position: initial;
  }
 

  /* Home Sidebar */
  .home-sidebar h3 {
      margin: 50px 0 20px;
  }
  .testimonial-section {
      padding: 60px 0;
  }
  .testimonial-section .testimonial-icon {
      background: url(/portals/0/images/icon-testimonial.png) center top no-repeat;
      padding: 60px 0 0;
      text-align: center;
      margin: 40px 0 0;
  }
  .testimonial-section .testimonial-icon h2 {
      font-size: 30px;
      letter-spacing: 2.5px;
  }
  #bottom-section .bottom-content {
      margin: 65px 0 70px;
  }
}

/* END Respondsive section */


/* START Resposive style */

.videoh {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoh iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END Responsive style */


/* Globle style*/

.main p,
.main label {
  font-size: 15px;
  color: #373b40;
  font-family: "open_sansregular";
}
.main .home-sidebar ul {
  padding-left: 0px!important;
  list-style: none;
}

/*Home page css*/

.homePage .tile-container {
  position: relative;
  margin: 5px -10px;
}
.tile-container img {
  width: 100%;
}
.tile-container .tile-content {
  background: rgba(0 ,0 ,0, 0);
  background: -moz-linear-gradient(top, rgba(0 ,0 ,0, 0) 0%, rgba(0 ,0 ,0, 0) 0%, rgba(0 ,0 ,0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0 ,0 ,0, 0)), color-stop(0%, rgba(0 ,0 ,0, 0)), color-stop(23%, rgba(0 ,0 ,0, 0.16)), color-stop(44%, rgba(0, 0, 0, 0.31)), color-stop(82%, rgba(0, 0, 0, 0.58)), color-stop(100%, rgba(0, 0, 0, 0.71)));
  background: -webkit-linear-gradient(top, rgba(0 ,0 ,0, 0) 0%, rgba(0 ,0 ,0, 0) 0%, rgba(0 ,0 ,0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
  background: -o-linear-gradient(top, rgba(0 ,0 ,0, 0) 0%, rgba(0 ,0 ,0, 0) 0%, rgba(0 ,0 ,0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
  background: -ms-linear-gradient(top, rgba(0 ,0 ,0, 0) 0%, rgba(0 ,0 ,0, 0) 0%, rgba(0 ,0 ,0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
  background: linear-gradient(to bottom, rgba(0 ,0 ,0, 0) 0%, rgba(0 ,0 ,0, 0) 0%, rgba(0 ,0 ,0, 0.16) 23%, rgba(0, 0, 0, 0.31) 44%, rgba(0, 0, 0, 0.58) 82%, rgba(0, 0, 0, 0.71) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  right: 0;
}
.tile-container .tile-content h3 {
  font-size: 24px;
  font-family: 'asapbold';
  color: #FFF;
  text-transform: none;
  margin-bottom: 0px;
  font-weight: 900;
  margin-bottom: 10px;
}
.tile-container .tile-content h3 span {
  display: block;
  font-family: 'asapregular';
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.home-sidebar ul li {
  font-size: 17px;
  font-family: "open_sansregular";
}
.home-sidebar h1 {
  font-family: 'asapbold';
  color: #414b56;
  margin: 50px 0;
  text-transform: none;
}
.home-sidebar p {
  margin: 0 0 40px;
}
.home-sidebar h1 span {
  display: block;
  color: #c57b24;
}
.home-sidebar li {
  position: relative;
  padding: 0 0 5px 15px;
  color: #373b40;
}
.home-sidebar li:before {
  content: "";
  background: #c57b24;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 10px;
}
.home-sidebar li:before {
  content: "";
  background: #c57b24;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 10px;
}
.home-sidebar h3 {
  background: url(/portals/0/images/icon-video.png) left bottom no-repeat;
  color: #c57b24;
  font-size: 18px;
  padding: 30px 0 0 60px;
  margin: 0 0 20px;
  font-family: 'asapbold';
  text-transform: none;
}
.orange .button2,
.orange.button2 {
  background-color: #c57b24;
  border: 1px solid #c57b24;
  color: #c57b24;
}
.nepal .button2,
.nepal.button2 {
  background-color: #373A3F;
  border: 1px solid #373A3F;
  color: #373A3F;
}
.dark .button2,
.dark.button2 {
  background-color: #2a3139;
  border: 1px solid #2a3139;
  color: #2a3139;
}

/* Testimonials section */

.testimonial-section {
  background: #ebebeb;
  padding: 30px;
  margin: 0;
  width: calc(100% - 11px)!important;
}
.portalBrandUTX .testimonial-section .testimonial-icon {
  background: url(/Portals/Great Walks of New Zealand/Images/icon-testimonial.png) center top /50px 50px no-repeat;
}
.testimonial-section .testimonial-icon {
  background: url(/portals/0/images/icon-testimonial.png) center top /50px 50px no-repeat;
}
.testimonial-section .testimonial-icon h2 {
  font-family: 'asapbold';
  font-size: 24px;
  color: #E4B445;
  letter-spacing: 2.5px;
  padding: 15px 0 30px 60px;
  margin: auto 0;
}
.testimonial-section .testimonial-content .title {
  font-family: 'asapbold';
  font-size: 18px;
  color: #373b40;
  margin: 0 0 20px;
}
.testimonial-section .testimonial-content .content {
  font-family: 'asapitalic';
  font-size: 18px;
  color: #414b56;
  margin: 0 0 20px;
  line-height: initial;
}
.testimonial-section .testimonial-content .author {
  font-family: 'asapitalic';
  font-size: 15px;
  color: #E4B445;
  margin: 0;
  font-weight: 900;
}
.testimonial-section .testimonial-content .date {
  color: #414b56;
  font-family: "asapitalic";
  font-size: 16px;
}

/* Buttons */

.btn-close {
  display: block;
  width: 12px;
  height: 12px;
  background: url(/portals/0/images/btn-close.png) center no-repeat;
}
.testimonial-content .button,
.innovationsection .button {
  background: #FFF!important;
  box-shadow: none!important;
  padding: 10px 25px;
}
.testimonial-content .green.button span,
.innovationsection .green.button span {
  color: #E4B445;
  text-shadow: none;
  height: 35px;
  font-size: 18px;
}
.green.button span {
  background-image: url(/portals/0/images/btn-icon-green.png);
  line-height: 33px;
  display: inline-block;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  padding: 0 25px 0 0;
  color: #FFF;
  font-family: 'asapregular';
}
.testimonial-content .owl-dots {
  text-align: left;
  margin-bottom: -20px;
}
.testimonial-content .owl-theme .owl-dots .owl-dot.active span,
.testimonial-content .owl-theme .owl-dots .owl-dot:hover span {
  background: #000!important;
  border: 2px solid #FFF;
}
.testimonial-content .owl-theme .owl-dots .owl-dot span {
  background: white!important;
}

/* START section bg */

.adventures-section {
  background: url(/portals/0/images/bg-adventures.jpg) center top no-repeat #908e81;
  padding: 20px 0 20px;
}
.adventures-section .adventure-info {
  background: #f2f2f2;
  padding: 20px;
  position: relative;
  height: 220px !important;
}
.adventures-section .adventure-info h3 {
  color: #373B40;
  font-family: 'asapbold';
  text-transform: none;
}
.adventures-section .adventure-img {
  position: relative;
}
.country-title {
  font-family: "open_sansbold";
  font-size: 14px;
  color: #FFF;
  line-height: 29px;
  padding: 0 10px;
  position: absolute;
}
.green .country-title {
  background: #E4B445;
}
.country-title.bottom-left {
  border-radius: 0 3px 0 0;
  bottom: 0px;
  left: 0;
}
#adventures-section .adventure-info a.button {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.green .button {
  border: 1px solid #E4B445;
}
.innovationsection .button {
  border: 1px solid #E4B445;
}
.adventure-info .button {
  background: #FFF;
}
.green .button span,
.green.button span {
  color: #E4B445;
  text-shadow: none;
  background-image: url(/Portals/Great Walks of New Zealand/images/btn-icon-green.png);
}


.button span,
.button2 span {
  line-height: 25px;
  display: inline-block;
  background-image: url(/portals/0/images/btn-icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  padding: 0 25px 0 0;
  color: #FFF;
  font-family: 'asapregular';
}
.adventures-section .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: -39px;
  width: 62px;
  height: 62px;
  background: url(/portals/0/images/carousel-left.png) no-repeat!important;
  text-indent: -9999px;
}
.adventures-section .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: -39px;
  width: 62px;
  height: 62px;
  background: url(/Portals/Great Walks of New Zealand/images/carousel-right.png) no-repeat!important;
  text-indent: -9999px;
}
.adventures-section .owl-carousel.stage-margin .owl-stage-outer {
  padding-left: 0!important;
  padding-right: 0!important;
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.adventures-section .owl-carousel.rounded-nav .owl-controls .owl-nav [class*=owl-],
.adventures-section .owl-carousel.rounded-nav .owl-controls .owl-nav [class*=owl-]:hover {
  padding: 3px 7px;
  border-radius: 50%;
  background: 0 0;
  border: none!important;
  color: #999;
}
.adventure-desc {
  white-space: nowrap;
  height: 55px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #000000;
  color: lightcoral;
}

/* ellipsis for multiline */

.ellipsis {
  overflow: hidden;
  height: 78px;
  line-height: 25px;
  margin: 0px;
  border: 0px solid #AAA;
}
.ellipsis:before {
  content: "";
  float: left;
  width: 5px;
  height: 80px;
}
.ellipsis > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}
.ellipsis:after {
  content: "...";
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  float: right;
  position: relative;
  top: -32px;
  left: 95%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
}

/* White section Homepage */
.bottom-section {
  height: 60px; 
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom:5px;
  background: url(/Portals/Great Walks of New Zealand/images/border-bottom.gif) center bottom no-repeat;
  margin-bottom: 20px;

}

.bottom-content h3 {
  font-size: 22px;
  color: #749FA5;
  margin: 25px 0 20px;
  padding: 0 0 0px;
  font-family: 'asapbold';
  vertical-align: bottom;
}

/* Moved to owl-theme.css*/


/* Newsletter section */

.footer-top-content .form-group {
  padding: 0 0px!important;
  margin: 0px!important;
}
.footer-top-content label {
  font-weight: normal;
  color: #FFF;
  font-size: 20px;
  font-family: 'open_sansbold';
  display: block;
  margin: 0 10px 0px 0px;
  padding: 0;
  line-height: 34px;
  float: left;
}
.footer-top-content input[type="text"] {
  text-align: left;
  padding: 0 10px;
  font-family: 'open_sansregular';
  font-size: 12px;
  color: #FFF;
  background: transparent;
  border: 1px solid #E4B445;
  width: 200px;
  height: 35px;
  line-height: 35px;
  float: left;
}
.footer-top-content .green.button2 {
  background-color: #E4B445;
  border: 1px solid #E4B445;
  color: #E4B445;
}
.footer-top-content button.button2 {
  margin: 0 0 0 -1px;
  border-radius: 0 3px 3px 0;
  padding: 0 0px;
}
.footer-top-content .button2 {
  height: 35px;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  padding: 0 0px;
  background: transparent;
  border: 0;
  display: inline-block;
  cursor: pointer;
}
.footer-top-content .green.button2 {
  content: " ";
  line-height: 25px;
  display: inline-block;
  background-image: url("/Portals/Great Walks of New Zealand/images/btn-icon-round-tick.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  padding: 0 5px 0 5px;
  color: #FFF;
  font-family: 'asapregular';
  position: relative;
  left: -2px;
}
.footer-top-content .green.button2:hover {
  content: " ";
  line-height: 25px;
  display: inline-block;
  background-image: url("/Portals/Great Walks of New Zealand/images/btn-icon-round-tick.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  padding: 0 5px 0 5px;
  color: #FFF;
  font-family: 'asapregular';
  background-color: #1e2227;
}
.footer-top-content .form-group label {
  width: auto;
}
.footer-top-content input[type="text"] {
  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff!important;
}
.footer-top-content::-webkit-input-placeholder {
  font-style: italic;
}
.footer-top-content:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.footer-top-content::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.footer-top-content:-ms-input-placeholder {
  font-style: italic;
}
.footer-top-content .orange,
.footer-top-content .orange a {
  color: #c57b24;
}
.footer-top-content .button,
.footer-top-content .button2 {
  height: 27px;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  padding: 4px 20px;
  background: transparent;
  border: 0;
  display: inline-block;
  cursor: pointer;
}
.footer-top-content .button.large,
.footer-top-content .button2.large {
  height: 35px;
  font-size: 18px;
}
.footer-top-content .orange .button2,
.footer-top-content .orange.button2,
.fourbox .orange .button,
.fourbox .orange .button2 {
  background-color: #c57b24;
  border: 1px solid #c57b24;
  color: #c57b24;
}
.footer-top-content .gray .button2,
.footer-top-content .gray.button2 {
  background-color: #373b40;
  border: 1px solid #373b40;
  color: #373b40;
}
.footer-top-content .orange:hover span,
.footer-top-content .orange2:hover span {
  background-image: url(/portals/0/images/btn-icon-orange.png);
  color: #c57b24;
}
.footer-top-content .gray:hover span,
.footer-top-content .gray2:hover span {
  background-image: url(/portals/0/images/btn-icon-green.png);
  color: #E4B445;
}
.footer-top-content .button2:hover {
  background: transparent;
}
.newslettersection {
  padding: 20px 0 0px 0!important;
}

/* Footer */

#footer-top-container {
  background: #1e2227;
  padding: 11px 0;
}
#footer-top-container .footer-top-content {
  padding: 11px 20px;
}
#footer-top-container .form-group {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#footer-top-container label {
  font-weight: normal;
  color: #FFF;
  font-size: 16px;
  font-family: 'open_sansbold';
  display: block;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  line-height: 34px;
}
#footer-top-container input[type="text"] {
  text-align: left;
  padding: 0 10px;
  font-family: 'open_sansregular';
  font-size: 12px;
  color: #FFF;
  background: transparent;
  border: 1px solid #E4B445;
  width: 200px;
  height: 35px;
  line-height: 35px;
  float: left;
}
#footer-top-container button.button2 {
  margin: 0 0 0 -1px;
  border-radius: 0 3px 3px 0;
  padding: 0 10px;
}
#footer-top-container button.button2 span {
  padding: 0 17px 0 0;
  height: 100%;
}
body .body > #footer h4 {
  font-size: 18px!important;
  font-family: 'open_sansbold';
  font-weight: normal;
  color: #B9DBE5 !important;
  padding: 0 0 0 0px;
  font-style: italic;
  background: none;
  margin-bottom: 0px;
  
}


#footer .wefooter .footer-links {}
#footer .wefooter .footer-links .footer-links-column {
  margin: 0 0 20px;
}
#footer .wefooter .footer-links .footer-links-column h4 {
  cursor: pointer;
}
#footer .wefooter .footer-links .footer-links-column ul {
  display: none;
}
#footer .wefooter .footer-links .footer-links-column li {
  padding: 2px 0;
}
#footer .wefooter .footer-links .footer-links-column li a {
  font-size: 16px;
      font-family: "open_sansregular";

}
#footer .wefooter .footer-social-media {
  margin: 4px 0 0 0px;
}
#footer .wefooter .footer-social-media h4 {
  float: left;
  margin: 17px 0 0 0;
  line-height: 30px;
}
#footer .wefooter .footer-social-media .social-media-icon {
  display: inline-block;
  width: 40px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#footer .wefooter .footer-social-media .social-media-icon.facebook {
  background-image: url(/portals/0/images/social-media-facebook.png);
  background-size: 17px 30px;
  float: left;
}
#footer .wefooter .footer-social-media .social-media-icon.twitter {
  background-image: url(/portals/0/images/social-media-twitter.png?v=2);
  background-size: 34px 30px;
  float:  left;
}
#footer .wefooter .footer-social-media .social-media-icon.pinterest {
  background-image: url(/portals/0/images/social-media-pinterest.png);
}
#footer .wefooter .footer-social-media .social-media-icon.youtube {
  background-image: url(/portals/0/images/social-media-youtube.png);
  float: left;
}
#footer .wefooter .footer-social-media .social-media-icon.linkedin {
  background-image: url(/portals/0/images/social-media-linkedin.png);
}
#footer .wefooter .footer-social-media .social-media-icon.blog {
  background-image: url(/portals/0/images/social-media-blog.png);
  float: left;
}
#footer .wefooter .footer-social-media .social-media-icon.instagram {
  background-image: url(/portals/0/images/social-media-instagram.png);
  float: left;
}
#footer .wefooter .footer-travel-group {
  margin: 20px 0 0 0px;
}
.wefooter .footer-agent-login {
  margin: 0 !important;
}
.wefooter .footer-agent-login button {
  position: relative;
  bottom: 14px;
}
#footer .wefooter .footer-agent-login h4 {
  display: inline-block;
  margin: 45px 8px 0 0;
}
.wefooter .footer-social-media h4,
.wefooter .footer-travel-group h4,
.wefooter .footer-agent-login h4 {
  background: none;
  padding: 0;
  color: #cdcccb;
  font-size: 15px;
  margin: 0 20px 20px 0;
}
.wefooter ol,
ul {
  list-style: none;
}
.wefooter li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-left: -40px;
}

/*Buttons*/

.wefooter .button,
.wefooter .button2 {
  height: 34px;
  font-size: 18px;
  border-radius: 3px;
  text-align: center;
  padding: 0 7px;
  background: transparent;
  border: 0;
  display: inline-block;
  cursor: pointer;
}
.wefooter .button.large span,
.wefooter .button2.large span {
  line-height: 32px;
}
.wefooter .button2,
.wefooter .button2 {
  background-color: #E4B445;
  border: 1px solid #E4B445;
  color: #E4B445;
}
.wefooter .button2:hover {
  background: none;
}
.wefooter .button2 span:hover {
  color: #E4B445;
  background-image: url(/portals/0/images/btn-icon-green.png);
}
.fourbox .button2 {
  height: 27px;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  padding: 0 20px;
  border: 0;
  display: inline-block;
  cursor: pointer;
}
.colours-tags .btn {
  margin-right: 5px;
}
#dnn_ContentPaneFull {
  min-height: 250px;
}
.availableDatesResponsiveTable .dateRow {
  padding: 10px 10px 10px 5px;
}
.availableDatesResponsiveTable .availableDatesHeader {
  padding: 0 20px;
}
.availableDatesResponsiveTable .evenRow {
  background: #f2f2f2 none repeat scroll 0 0;
}
.availableDatesResponsiveTable .oddRow {
  background: #ffffff none repeat scroll 0 0;
}
.availableDatesResponsiveTable .availableStatus {
  font-weight: normal;
  font-family: "open_sansregular";
  color: #749FA5;
}
.availableDatesResponsiveTable .limitedStatus {
  font-weight: normal;
  font-family: "open_sansregular";
  color: #c57b24;
}
.availableDatesResponsiveTable .closedStatus {
  font-weight: normal;
  font-family: "open_sansregular";
  color: #a33335;
}
.availableDatesResponsiveTable .statusColumn {
  font-weight: normal;
  font-family: "open_sansregular";
  color: #a3a3a3;
}
.availableDatesResponsiveTable .currency {
  font-size: 10px;
}
.availableDatesResponsiveTable .dateRowBookButton,
.availableDatesResponsiveTable .dateRowEnquireButton {
  font-size: 18px;
  font-weight: normal;
  height: 35px;
  margin-top: 4px;
  width: 132px;
}
.extraDateRow {
  display: none;
}
@media (min-width:768px) {
  
  .availableDatesResponsiveTable .dateRowItem {
      padding-top: 0px;
  }
}
@media (max-width:767px) {
.footer-copyright{
  padding-bottom: 50px!important;
}
  
.footer-top-content .green.button2 {
  left: unset!important;
  right: 15px;
  position: absolute;
}

   html .homePage .testimonial-section .testimonial-content #testimonial-slider .owl-controls .owl-nav {
  position: absolute!important;
  top: calc(50% - 70px)!important;
}
  
  .availableDatesResponsiveTable .dateRowItem {
      padding-bottom: 5px;
      padding-top: 5px;
  }
  .availableDatesResponsiveTable .rightAlign-xs {
      text-align: right;
  }
  .availableDatesResponsiveTable .dateRowBookButton.mr-xs,
  .availableDatesResponsiveTable .dateRowEnquireButton.mr-xs {
      margin-right: 0px !important;
  }
}
.forceHidden {
  display: none !important;
}
.availableDatesResponsiveTable .dateRow {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width:768px) and (max-width: 1199px) {
  body[parentcategorycode="Countries"] .tile-container button.btn{
     transform: scale(0.8);
     transform-origin: left;
  }
  .dateCell {
      margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .owl-carousel {
      /* padding-top: 49px; */
  }
  header {
      background-image: none !important;
      background-color: #000 !important;
      background: rgba(0, 0, 0, 1) url("") repeat scroll 0 0 !important;
  }
}
.departure-dates-btn-view-all,
.reviews-btn-view-all {
  background-color: #f2f2f2;
  color: #000 !important;
  background: #f2f2f2 none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  margin: 20px 0 30px;
  padding: 12px 0 !important;
  position: relative;
  top: -15px;
  width: 100%;
}
.departure-dates-btn-view-all downIcon,
.reviews-btn-view-all downIcon {
  background: rgba(0, 0, 0, 0) url("images/arrow-down-green.png") no-repeat scroll right center / 10px 7px;
  padding-right: 20px;
}
.departure-dates-btn-view-all upIcon,
.reviews-btn-view-all upIcon {
  background: rgba(0, 0, 0, 0) url("images/arrow-up-green.png") no-repeat scroll right center / 10px 7px;
  padding-right: 20px;
}
.price {
  font-family: 'open_sanssemibold';
  padding: 18px 25px 0 0;
  line-height: 12px;
}
.why-travel-with-us-heading-style {
  font-family: 'open_sansbold'!important;
}
.travel-with-us-icon {
  text-align: center;
}
@media (min-width:1px) and (max-width:767px) {
 
.contentPage #accommodation-section .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"]{
  transform: scale(0.6)!important;
  transform-origin: left;
  left: -20px!important;
  }

 
.contentPage #accommodation-section .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"]{
  transform: scale(0.6) rotate(180deg)!important;
  transform-origin: right;
  right: 10px!important;
  }
  
  
  .travel-with-us-super-content {
      text-align: center;
      padding: 0 90px!important;
      margin-bottom: 20px!important;
  }
}
.country-title.top-left {
  border-radius: 0 0 3px;
  left: 0;
  top: 0;
}
.green .country-title {
  background: #E4B445 none repeat scroll 0 0;
}
.country-title {
  color: #fff;
  font-family: "open_sansbold";
  font-size: 14px;
  line-height: 29px;
  padding: 0 10px;
  position: absolute;
}
.nav-feature .nav-feature-item-info a,
.nav-feature .nav-feature-item-info a:link,
.nav-feature .nav-feature-item-info a:visited,
.nav-feature .nav-feature-item-info a:hover,
.nav-feature .nav-feature-item-info a:active {
  text-decoration: none;
}
.nav-feature-item .nav-feature-item-desc {
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dnn_ImageSlider.dnnSortable {
  min-height: 200px !important;
}
regiongreybox .owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
regiongreybox img {
  padding-right: 0 !important;
}
regiongreybox .owl-theme .owl-controls .owl-nav [class*="owl-"],
regiongreybox .owl-theme .owl-controls .owl-nav:hover [class*="owl-"] {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #9baa3a #9baa3a #78842d;
  border-radius: 111px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
regiongreybox .owl-theme .owl-controls .owl-prev {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 111px;
  height: 60px;
  left: -30px;
  position: absolute;
  top: -15px;
  width: 60px;
}
regiongreybox .owl-theme .owl-controls .owl-next {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 111px;
  height: 60px;
  position: absolute;
  right: -30px;
  top: -15px;
  width: 60px;
}
regiongreybox .owl-carousel .owl-controls .owl-prev::before {
  background: rgba(0, 0, 0, 0) url(images/thin_arrow_black.png) repeat scroll center center;
  content: "";
  display: block;
  height: 27px;
  left: 13px;
  position: relative;
  top: 12px;
  width: 16px;
}
#most-popular-destinations-anchor regiongreybox .owl-carousel .owl-controls::before {
  background: none;
}
regiongreybox .owl-carousel .owl-controls .owl-next::before {
  background: rgba(0, 0, 0, 0) url(images/thin_arrow_black.png) repeat scroll center center;
  content: "";
  display: block;
  height: 27px;
  left: 18px;
  position: relative;
  top: 12px;
  transform: rotate(180deg);
  width: 16px;
}
regiongreybox .owl-item div p {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  z-index: 9999;
}
regiongreybox .owl-item div p span {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
}
regiongreybox .owl-carousel.stage-margin.owl-theme.owl-loaded.owl-carousel-init {
  margin-bottom: 0;
}
.categoryFloatingNavOffset,
.tripFloatingNavOffset {
  font-size: 1px;
  line-height: 1px;
}
.responsiveImage {
  width: 100%;
  height: auto;
}
.videoSectionPlayerRow,
.videoSectionOtherVideosColumn {
  margin-bottom: 30px;
}
.WEXProductFinderResultsNarrow {
  padding-right: 15px;
  padding-left: 15px;
}
.WEXProductFinderResultsNarrowLoadMoreButtonWrapper {
  padding: 15px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.WEXProductFinderResultsNarrowLoadMoreButton {
  width: 100%;
}
.alert.alert-success.WEXProductFinderLoadingAlert {
   margin-top: 50px;
  background-color: #E4B445;
  color: #000000;
  border: 2px solid #ffffff;
}
.alert.alert-success.WEXProductFinderNoProductsFoundAlert {
  margin-top: 0;
  background-color: #E4B445;
  color: #000000;
  border: 2px solid #ffffff;
}
#similar-trips-section h3.worldex-heading,
#suggested-extensions-section h3.worldex-heading {
  margin-bottom: 18px;
  margin-top: 24px;
}
#similar-trips-section,
#suggested-extensions-section {
  margin-bottom: 24px;
}
#similar-trips-section .teaserTripName,
#suggested-extensions-section .teaserTripName {
  margin-bottom: 15px;
}
.homePage #dnn_promotionalGrid .template-heading {
  display: none;
}
.homePage h1.mainHeading {
  font-size: 40px;
  font-family: "asapbold";
  margin: 50px 0;
}
.homePage h1 .mainHeadingLine1 {
  color: #414b56;
}
.homePage h1 .mainHeadingLine2 {
  color: #c57b24;
}
.homePage #dnn_contentPane ul {
  padding-left: 0;
}
.homePage #dnn_contentPane li {
  padding: 0 0 5px 15px;
  position: relative;
  font-family: "open_sansregular";
}
.homePage #dnn_contentPane li::before {
  background: #c57b24 none repeat scroll 0 0;
  border-radius: 2px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 5px;
}

/*
#main-banner.owl-carousel .owl-item {
  max-height: 708px;
}
*/

.isLargeDesktop header nav ul.nav-main li a {
  margin-left: 0px;
  margin-right: 0px;
}
.isSmallDesktop header nav ul.nav-main li a {
  padding: 14px 8px;
}
html .isSmallDesktop header .nav-bar-primary nav ul.nav-main > li > a {
  font-family: "asapregular";
  font-size: 12px;
}
.isSmallDesktop header nav ul.nav-main li a {
  margin-left: 0px;
  margin-right: 0px;
}
.homePage.isLargeDesktop .modal-dialog,
.homePage.isSmallDesktop .modal-dialog {
  width: 800px;
}
.modal-dialog.fullscreen-modal-dialog,
.modal-dialog.fullscreen-modal-dialog {
  height: 97% !important;
  margin: auto !important;
  padding: 0 !important;
  width: 98% !important;
}
.modal-dialog .region-grey {
  margin: 0;
}
.modal-dialog .region-grey-bottom {
  padding: 20px 15px 15px;
}
.modal-dialog .btn-reviews {
  padding-left: 30px;
}
.homePage .top-adventures-carousel .teaserInner,
.homePage .unique-adventures-carousel .teaserInner,
.homePage .new-adventures-carousel .teaserInner,
.homePage .user-defined-carousel .teaserInner,
.contentPage .user-defined-carousel .teaserInner {
  padding: 5px;
}
.user-defined-carousel-heading h1 {
  margin: 0;
  color: #9baa3a;
  font-family: "open_sansregular";
}
.user-defined-carousel-heading h1 strong,
.user-defined-carousel-heading h1 b {
  font-family: "open_sansbold";
}
.homePage .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"],
.contentPage .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"] {
  background: rgba(0, 0, 0, 0) url("/Portals/Great Walks of New Zealand/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: calc(7% + 30px);
  padding: 10px;
  transform: rotate(0deg);
  width: 50px;
}
.homePage .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"],
.contentPage .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"] {
  background: rgba(0, 0, 0, 0) url("/Portals/Great Walks of New Zealand/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: calc(7% + 30px);
  padding: 10px;
  transform: rotate(180deg);
  width: 50px;
}
.homePage .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"],
.contentPage .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"] {
  background: rgba(0, 0, 0, 0) url("/Portals/Great Walks of New Zealand/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  padding: 10px;
  transform: rotate(0deg);
  width: 50px;
}
.homePage .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"],
.contentPage .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"] {
  background: rgba(0, 0, 0, 0) url("/Portals/Great Walks of New Zealand/images/carousel-left.png") no-repeat scroll 0 0 / 50px 50px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 50px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0px;
  padding: 10px;
  transform: rotate(180deg);
  width: 50px;
}
.homePage .owl-carousel .owl-nav .owl-prev::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before,
.contentPage .owl-carousel .owl-nav .owl-prev::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before {
  content: "";
}
.homePage .owl-carousel .owl-nav .owl-next::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before,
.contentPage .owl-carousel .owl-nav .owl-next::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before {
  content: "";
}
.homePage .owl-carousel .owl-nav .owl-prev::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before,
.contentPage .owl-carousel .owl-nav .owl-prev::before,
templatecarousel .owl-carousel .owl-nav .owl-next::before {
  content: "";
}
.homePage .owl-carousel .owl-nav,
.contentPage .owl-carousel .owl-nav {
  margin-top: -40px;
}
.homePage.isMobile .owl-carousel .owl-nav,
.contentPage.isMobile .owl-carousel .owl-nav {
  margin-top: 50px;
}
.homePage.isMobile .top-adventures-carousel.owl-carousel,
.homePage.isMobile .unique-adventures-carousel.owl-carousel,
.homePage.isMobile .new-adventures-carousel.owl-carousel,
.contentPage.isMobile .top-adventures-carousel.owl-carousel,
.contentPage.isMobile .unique-adventures-carousel.owl-carousel,
.contentPage.isMobile .new-adventures-carousel.owl-carousel {
  padding-top: 0px;
}
.carouselLoadingDiv {
  background-image: url(/Portals/World%20Expeditions/Icons/carousel-item-loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
}
.home-page-adventures-section {
  background: #908e81 url("/Portals/World%20Expeditions/images/bg-adventures.jpg") no-repeat scroll center top;
  background-size: 100%;
  padding: 0 0 20px;
}
.home-page-teaser-carousel-heading h1 {
  color: #FFFFFF;
  font-family: "asapregular";
  margin: 50px 5px 0;
}
.home-page-teaser-carousel-heading h1 strong {
  font-family: "asapbold";
}
.homePageUniqueSellingPoints {
  margin-top: 50px;
}
.homePageUniqueSellingPoints .bottom-content {
  text-align: center;
}
.homePageUniqueSellingPointsIcon {
  height: 60px;
}
.homePageUniqueSellingPoints .bottom-content h3 {
  text-transform: none;
}
.homePageWatchOrVideoHeading {
  background: rgba(0, 0, 0, 0) url("/Portals/World%20Expeditions/images/icon-video.png") no-repeat scroll left bottom;
  color: #c57b24;
  font-family: "asapbold";
  font-size: 18px;
  margin: 0 0 20px;
  padding: 30px 0 0 60px;
  text-transform: none;
}
teaser img.teaser-image-brand-logo-overlay-image {
  top: 3px;
  right: 15px;
  width: 106px !important;
  height: 50px !important;
  position: absolute;
}
.isLargeDesktop teaser img.teaser-image-brand-logo-overlay-image.smallerIfOnLargeDesktop,
.isSmallDesktop teaser img.teaser-image-brand-logo-overlay-image.smallerIfOnSmallDesktop {
  width: 71px !important;
  height: 33px !important;
}
.homePage .WEXProductFinderCategorySubsetTextBoxWrapper {
  display: none;
}
.videoSectionOtherVideosRow {
  padding-left: 10px;
  padding-right: 10px;
}
.videoSectionOtherVideosColumn {
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'asapregular';
}
.videoSectionOtherVideosRow .owl-carousel .owl-controls {
  top: 37px;
}
.videoSectionOtherVideosRow .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: -39px;
  width: 62px;
  height: 62px;
  background: url(/portals/0/images/carousel-left.png) no-repeat!important;
  text-indent: -9999px;
}
.videoSectionOtherVideosRow .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: -39px;
  width: 62px;
  height: 62px;
  background: url(/Portals/Great Walks of New Zealand/images/carousel-right.png) no-repeat!important;
  text-indent: -9999px;
}
.trip-reviews-loading-icon {
  text-align: center;
  padding: 0 0 20px 0;
}
.trip-reviews .review-trip-name {
  font-family: open_sansbold;
  font-size: 18px;
}
.trip-reviews .viewTripButtonLink.whiteBackground {
  background: #fff;
  box-shadow: none !important;
  padding: 10px 25px;
}
.trip-reviews .viewTripButtonLink.whiteBackground span {
  color: #E4B445;
  font-size: 18px;
  height: 26px;
  text-shadow: none;
  background-image: url("/Portals/Great Walks of New Zealand/images/btn-icon-green.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  display: inline-block;
  font-family: "asapregular";
  line-height: 25px;
  padding: 0 25px 0 0;
}
.mapCarouselFooter {
  bottom: 0px;
  position: absolute;
  width: 100%;
  text-align: left;
  padding: 20px 35px 5px 35px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+100&0+0,1+31,1+100 */
  background: -moz-linear-gradient(top, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 31%, rgba(242, 242, 242, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 31%, rgba(242, 242, 242, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 1) 31%, rgba(242, 242, 242, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
}
.noLeftOrRightPadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mobileBackLink {
  margin-bottom: 20px;
  display: inline-block;
}
.isLargeDesktop .mobileBackLink,
.isSmallDesktop .mobileBackLink,
.isTablet .mobileBackLink {
  display: none;
}
#askAnExpertModal .modal-content,
#sendToAFriendModal .modal-content {
  background-color: #eee;
  color: #FFFFFF;
}
#sendToAFriendModal .modal-header,
#askAnExpertModal .modal-header {
  background-color: #E4B445;
  padding-left: 80px;
}
#askAnExpertModal .modal-header .askAnExpertModal-modal-title:before {
  content: "";
  position: absolute;
  left: 20px;
  background: url("/Portals/World%20Expeditions/Images/askanexpert.png");
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
}
#askAnExpertModal .modal-header .askAnExpertModal-modal-title:after {
  content: "That's what we're here for ...";
  font-size: 14px;
  font-family: "open_sansregular";
  display: block;
}
#sendToAFriendModal .modal-header .sendToAFriendModal-modal-title::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 9px;
  background: url("/Portals/World%20Expeditions/Images/sendtoafriend.png");
  background-size: 40px 35px;
  height: 35px;
  width: 40px;
}
#askAnExpertModal .modal-body .askAnExpertModal-form-fields .row:nth-child(1) .col-xs-12 {
  color: #666;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-left: 18px;
}
#askAnExpertModal .askAnExpertModal-modal-title,
#askAnExpertSticky .askAnExpertSticky-modal-title,
#sendToAFriendModal .sendToAFriendModal-modal-title {
  font-size: 20px;
  color: #000;
}
#askAnExpertStickyTitle {
  font-size: 18px!important;
  font-weight: bold;
}
#askAnExpertSticky .askAnExpertSticky-modal-title::after {
  content: "That's what we're here for ...";
  font-size: 12px;
  font-family: "open_sansregular";
  display: block;
}
#askAnExpertSticky .askAnExpertStickyField,
#sendToAFriendModal .sendToAFriendModalField {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #FFFFFF;
  color: #999;
  font-style: italic;
}
#sendToAFriendModal .sendToAFriendModalField,
#askAnExpertModal .askAnExpertModalField {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #FFFFFF;
  color: #666;
  font-family: "open_sansregular";
  font-style: italic;
}
#askAnExpertModal .askAnExpertModal_state_row select {
  background-image: url("/Portals/World%20Expeditions/Images/dropdownArrowModal.jpg");
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 13px;
}
#askAnExpertModal .askAnExpertModalField::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}
#askAnExpertModal .askAnExpertModalField::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
#askAnExpertModal .askAnExpertModalField:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
#askAnExpertModal .askAnExpertModalField:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
#askAnExpertModal::-webkit-input-placeholder,
#askAnExpertSticky::-webkit-input-placeholder,
#sendToAFriendModal::-webkit-input-placeholder {
  /* Chrome */
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}
#askAnExpertModal:-ms-input-placeholder,
#askAnExpertSticky:-ms-input-placeholder,
#sendToAFriendModal:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}
#askAnExpertModal::-moz-placeholder,
#askAnExpertSticky::-moz-placeholder,
#sendToAFriendModal::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  opacity: 1;
}
#askAnExpertModal:-moz-placeholder,
#sendToAFriendModal:-moz-placeholder,
#askAnExpertSticky:-moz-placeholder {
  /* Firefox 4 - 18 */
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  opacity: 1;
}
#askAnExpertModal_submit,
#askAnExpertSticky_submit,
#sendToAFriendModal_submit {
  background-color: #373a3f;
  color: #FFFFFF;
  border: none;
}
#askAnExpertModal .askAnExpertMessageField,
#askAnExpertSticky .askAnExpertMessageField,
#sendToAFriendModal .sendToAFriendModalMessageField {
  height: 80px;
}
#askAnExpertModal .close,
#askAnExpertSticky .close,
#sendToAFriendModal .close {
  color: #000;
  opacity: 1;
  text-shadow: none;
}
#askAnExpertModal .modal-header,
#askAnExpertSticky .modal-header,
#sendToAFriendModal .modal-header {
  border-bottom: none;
}
#askAnExpertModal .modal-footer,
#askAnExpertSticky .modal-footer,
#sendToAFriendModal .modal-footer {
  border-top: none;
  text-align: center;
}
#askAnExpertStickyTab {
  background: url(/Portals/_default/Skins/Porto/Resources/img/bg-transparent-grey.png);
  color: #FFFFFF;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 20px;
  position: fixed;
  right: 70px;
  bottom: 0;
  cursor: pointer;
  height: 48px;
  z-index: 1040;
}
.isMobile #askAnExpertStickyTab {
  display: none;
}
#askAnExpertSticky {
  color: #696969;
  background-color: #eee;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /* padding: 10px 20px; */
  position: fixed;
  right: 70px;
  bottom: 0;
  cursor: pointer;
  z-index: 1040;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  width: 250px;
  box-shadow: 0px -1px 5px #696969;
}
#askAnExpertSticky .modal-header {
  padding-bottom: 10px;
  background-color: #E4B445;
}
#askAnExpertSticky .modal-footer {
  padding-top: 0
}
#sendToAFriendModal-captcha-outer {
  text-align: center;
}
#sendToAFriendModal-captcha {
  display: inline-block;
}
header nav.mega-menu ul.nav-main .mega-menu-item .dropdown-menu li a.alternateSubCategoryMenuItem {
  /* padding-top: 0px;
padding-bottom: 0px; */
  color: #AAAAAA !important;
}
#showWEXProductFinderSearchUrlTextArea {
  width: 100%;
  height: 300px;
}

/*START Responsive*/

@media (min-width:1px) {
  .homePageWEXProductFinderFullWidth .btn.btn-primary{
      font-size: 10px;
  }
  .homePageSearchAdvancedSearchLink,
  a.homePageSearchAdvancedSearchLink:link,
  a.homePageSearchAdvancedSearchLink:visited,
  a.homePageSearchAdvancedSearchLink:hover,
  a.homePageSearchAdvancedSearchLink:active{
      font-size: 10px!important;
      margin-left: -20px;
  }
  .footer-travel-group a img{
      width: 100%;
      height: auto;
  }
  
      /*CAMINO PAGE*/
body[childcategorycode="caminoRegions"] .teaserRow{
  width: 100%;
  height: auto;
  background: #efefef;
  float: left;
  min-height: 460px;
  border-right: 10px solid #fff;
  margin-bottom: 20px;
}

body[childcategorycode=caminoRegions] .teaserRow:nth-child(8n + 7){
}
  /*CAMINO PAGE END*/
  h1.logo {
      display: none!important;
  }
  .search h1.logo {
      display: block!important;
      position: absolute !important;
      top: 5px;
  }
  .control-group.search-active h1.logo {
      display: none!important;
  }
  .newsletter-green-btn {
      top: 34px;
      position: absolute;
  }
}
@media (min-width:480px) {
   .homePageWEXProductFinderFullWidth .btn.btn-primary{
      font-size: 14px;
  }
  .homePageSearchAdvancedSearchLink,
  a.homePageSearchAdvancedSearchLink:link,
  a.homePageSearchAdvancedSearchLink:visited,
  a.homePageSearchAdvancedSearchLink:hover,
  a.homePageSearchAdvancedSearchLink:active{
      font-size: 12px!important;
      margin-left: -20px;
  }
      /*CAMINO PAGE*/
body[childcategorycode="caminoRegions"] .teaserRow{
  width: 50%;
  height: auto;
  background: #efefef;
  float: left;
  min-height: 460px;
  border-right: 10px solid #fff;
  margin-bottom: 20px;
}

body[childcategorycode=caminoRegions] .teaserRow:nth-child(8n + 7){
}
  /*CAMINO PAGE END*/
}
@media (min-width:768px) {
  
 
  .footer-travel-group a img{
      width: 100%;
      height: auto;
  }
      /*CAMINO PAGE*/
body[childcategorycode="caminoRegions"] .teaserRow{
  width: 33%;
  height: auto;
  background: #efefef;
  float: left;
  min-height: 460px;
  border-right: 10px solid #fff;
  margin-bottom: 20px;
}

body[childcategorycode=caminoRegions] .teaserRow:nth-child(8n + 7){
}
  /*CAMINO PAGE END*/
  h1.logo {
      display: block!important;
  }
  .search h1.logo {
      display: none!important;
  }
  .newsletter-green-btn {
      top: 0px;
      position: absolute;
  }
}
@media (min-width:992px) {
      /*CAMINO PAGE*/
body[childcategorycode="caminoRegions"] .teaserRow{
  width: 25%;
  height: auto;
  background: #efefef;
  float: left;
  min-height: 460px;
  border-right: 10px solid #fff;
  margin-bottom: 20px;
}

body[childcategorycode=caminoRegions] .teaserRow:nth-child(8n + 7){
}
  /*CAMINO PAGE END*/
   .mapCarousel .owl-item[style].active{
  width: 176px!important;
  position: initial!important;
  float: left!important;
}
.mapCarousel .owl-stage-outer{
  border: 1px solid #FFF!important;
}
}
@media (min-width:1200px) {
  /*CAMINO PAGE*/
body[childcategorycode="caminoRegions"] .teaserRow{
  width: 25%;
  height: auto;
  background: #efefef;
  float: left;
  min-height: 460px;
  border-right: 10px solid #fff;
  margin-bottom: 20px;
}

body[childcategorycode=caminoRegions] .teaserRow:nth-child(8n + 7){
}
  /*CAMINO PAGE END*/

  .mapCarousel .owl-item[style].active{
  width: 252px!important;
  position: initial!important;
  float: left!important;
}

.mapCarousel .owl-stage-outer{
  border: 1px solid #FFF!important;
}
}

/*END Responsive*/

.searchInputContainer {
  display: inline-block;
  margin: 0 -3px 0 0;
  position: relative;
}
.DnnModule.DnnModule-DNN_HTML ul.WEXHomepage-introl-content {
  list-style: none;
}
.newsletter-green-btn {
  width: 40px;
}
.moduleInlineSettingsOuterWrapper {
  background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 10px;
}
.read-more-module-heading h2 {
  color: #9baa3a;
  font-family: 'asapbold';
  margin: 0 0 10px 0;
}
.img-responsive.rightColumnFullWidth {
  height: auto;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.categoryInlineHeroImage {
  height: auto !important;
  max-width: 200px !important;
  max-height: 200px !important;
  margin: 0 10px 5px 0 !important;
  float: left !important;
  padding: 0 !important;
}
.generalFieldInlineHeroImage {
  height: auto !important;
  max-width: 200px !important;
  max-height: 200px !important;
  margin: 0 10px 5px 0 !important;
  float: left !important;
  padding: 0 !important;
}
.generalFieldInlineHeroImageForBulletPoints {
  height: auto !important;
  max-width: 200px !important;
  max-height: 600px !important;
  margin: 0 22px 5px 0 !important;
  float: left !important;
  padding: 0 !important;
}
.popover.bottom>.arrow:after {
  border-bottom-color: #363c44 !important;
}
.popover.top>.arrow:after {
  border-top-color: #363c44 !important;
}
.popover.left>.arrow:after {
  border-left-color: #363c44 !important;
}
.popover.right>.arrow:after {
  border-right-color: #363c44 !important;
}
@media (max-width:510px) {
    footer .copyright {
  font-size: 12px!important;
  }
  div.popover {
      max-width: 90% !important;
  }
}
.mapCarouselHeading {
  padding-top: 15px;
}
ul.history li {
  list-style: none;
}
.popover-title {
  font-size: 18px !important;
  color: #9CAA39 !important;
  font-weight: bold;
}
.popoverSalePrice {
  font-size: 18px !important;
  line-height: 2;
}
.popoverNonSalePrice {
  font-size: 16px !important;
  color: #cecece !important;
}
.popover-content .currency {
  font-size: 14px!important;
}
.popoverOnSaleFlag {
  background: #be191f!important;
}

/*START Expand Footer*/

@media (max-width:767px) {

  .noIcon:before,
  .noIcon:after {
      display: none !important;
  }
  .noIcon {
      padding-left: 0px !important;
  }
  .wexFooterHide.toggle.active .toggle-content[style] {
      display: none !important;
      overflow: hidden !important;
      height: 23.1011px !important;
      padding-top: 0px !important;
      margin-top: 0px !important;
      padding-bottom: 0px !important;
      margin-bottom: 0px !important;
  }
  .wexFooterHide.toggle .toggle-content[style] {
      display: block !important;
      overflow: hidden !important;
      height: auto!important;
      padding-top: 0px !important;
      margin-top: 0px !important;
      padding-bottom: 0px !important;
      margin-bottom: 0px !important;
  }
  #footer .wefooter .footer-links .footer-links-column ul {
      display: block !important;
  }
  #footer .footer-links.wexFooterHide .footer-links-column {
      width: 100%;
  }
}
@media (min-width:768px) {
  .noIcon:before,
  .noIcon:after {
      display: none !important;
  }
  .noIcon {
      padding-left: 0px !important;
  }
  #footer .footer-links.wexFooterHide .footer-links-column {
      width: 100%;
  }
}

/*END Expand Footer*/

.categoryIntroInnerWrapper {
  max-height: 217px;
  overflow: hidden;
}
.categoryIntroReadMoreFooter {
  bottom: 0px;
  position: absolute;
  width: 100%;
  text-align: left;
  padding: 20px 0 5px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,1+31,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 1) 31%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.footer_newsletter {
  visibility: hidden;
}
contactoffice .office-container ul {
  list-style: none !important;
  position: relative;
}

/*More about button overlap*/

@media (min-width: 992px) {
  /eader nav ul.nav-main ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu>li {
  font-weight: normal;
font-family: open_sansregular;
  }
  header nav ul.nav-main ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu>li>a:before {
  content: "-- ";
  }
  /*header nav ul.nav-main ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu>li>a{
      font-size: 13px;
      font-family: open_sansregular;
  }*/
  header nav ul.nav-main ul.dropdown-menu>li.dropdown-submenu>ul.dropdown-menu>li>a{
    font-size: 14px;
    font-family: open_sansbold;
}
  
  .btn.btn-borders.dark.mr-xs.mb-lg.btn-md.countrypage-btn.categoryIntroMoreAboutCategoryButton {
      margin-top: -40px;
  }
  .categoryIntroInnerWrapper ~ .categoryIntroReadMoreFooter {
      position: relative;
      top: -30px;
      margin-bottom: -40px;
  }
  .categoryIntroOuterWrapper {
      margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
.footer-top-content .green.button2 {
  left: 0px;
}

.homePage .testimonial-section{
  position:relative;
  left: 5px;
}
.homePage .testimonial-section:before{
  content:"";
  display: block;
  float: right;
  position: absolute;
  background: #ebebeb;
  left: -5px!important;
  top: 0px;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.homePage .testimonial-section .col-xs-12{
  transform: scale(0.98);
}

.homePage .sectionWhiteUTX,
.homePage .sectionGreyUTX{
  position: relative!important;
  left: -20px;

}

  .homePage .sectionGreyUTX > .container,
.homePage .sectionWhiteUTX > .container{
 transform: scale(0.90);
 transform-origin: center;
 position: relative;
 left: 20px;
}



.homePage .sectionGreyUTX:after{
  content:"";
  display: block;
  float: right;
  position: absolute;
  background: #E9E5DA;
  right: -20px;
  top: 0px;
  width: 20px;
  height: 100%;
  z-index: -1;
}
  .dropdown-submenu.opened .fa.fa-chevron-right:before{
      content:"\f078"!important;
  }



  .nav-main #mainMenu li.col-md-2.dropdown.mega-menu-item.mega-menu-fullwidth .dropdown-toggle>.fa-chevron-right{
  display: block;
}
  .categoryIntroOuterWrapper {
      margin: 70px 0px 120px 0px;
  }
  .btn.btn-borders.dark.mr-xs.mb-lg.btn-md.countrypage-btn.categoryIntroMoreAboutCategoryButton {
      position: absolute;
      margin-top: -110px;
  }
}
.WEXContactUsFormWrapper {
  padding: 50px;
  background-color: #f2f2f2;
  margin-bottom: 30px;
}
.contactUsFormField {
  margin-bottom: 10px;
}
.contactUsFormCheckboxRow {
  margin-bottom: 5px;
  margin-bottom: 10px;
}
.contactUsFormCheckbox input[type="checkbox"] {
  margin-right: 5px;
}
textarea.form-control.contactUsFormEnquiryField {
  height: 120px;
}
WEXContactUsForm .stateDropDownLabel {
  font-size: 15px;
  color: #373b40;
  font-family: "open_sansregular";
  font-weight: 400;
}
WEXContactUsForm .invalid:before {
  display: inline-block;
  position: absolute;
  right: -10px;
  top: auto;
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  margin-top: 5px;
  color: #ce151b;
}
.displayByWETGDestination {
  display: none;
}

/*
.displayByWETGDestination.notWEAU,
.displayByWETGDestination.notWENZ,
.displayByWETGDestination.notWECA,
.displayByWETGDestination.notWEUK,
.displayByWETGDestination.notWEUSA, 
.displayByWETGDestination.notWEEU {
display: none !important;
}
*/

body.isWEAU .isWEAU,
body.isWENZ .isWENZ,
body.isWECA .isWECA,
body.isWEUK .isWEUK,
body.isWEUSA .isWEUSA,
body.isWEEU .isWEEU {
  display: inline !important;
}

.displayByWETGDestinationBlock{display:none;}
body.isWEAU .displayByWETGDestinationBlock.isWEAU,
body.isWENZ .displayByWETGDestinationBlock.isWENZ,
body.isWECA .displayByWETGDestinationBlock.isWECA,
body.isWEUK .displayByWETGDestinationBlock.isWEUK,
body.isWEUSA .displayByWETGDestinationBlock.isWEUSA,
body.isWEUS .displayByWETGDestinationBlock.isWEUS,
body.isWEEU .displayByWETGDestinationBlock.isWEEU{display:block !important;}


/* Navbar overlap search bar 03-07-2017 */

#headerTextSearchWrapper > span.searchInputContainer {
  z-index: 999;
  margin-top: -1px;
}

/* Responsive download trip note button 03-07-2017 */

@media (min-width:991px) and (max-width: 1199px) {
  button.downloadTripNotesButton em.icon-trip-download {
      display: none;
  }
}

/* Responsive "view trip buton" and "brand logo" 03-07-2017 */

@media (min-width:991px) and (max-width: 1199px) {
  a.brandInformationPopover img.teaser-image-brand-logo-overlay-image {
      -ms-transform: scale(0.7, 0.7);
      /* IE 9 */
      -webkit-transform: scale(0.7, 0.7);
      /* Safari */
      transform: scale(0.7, 0.7);
      margin-top: -7px;
      margin-right: -10px;
  }
  a.teaserLink button.btn.world-ex {
      -ms-transform: scale(0.7, 0.7);
      /* IE 9 */
      -webkit-transform: scale(0.7, 0.7);
      /* Safari */
      transform: scale(0.7, 0.7);
      margin-left: -20px;
  }
}

/* Arrow booking form */
.bookingFormRightColumnDealTermsAndConditions > p > a{
  text-decoration: none!important;
  color: #8a9734;
}

.bookingFormRightColumnDealTermsAndConditions > p > a:after{
  content: "\f078";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  color: #E4B445;
  position: relative;
  bottom: 2px;
  left: 8px;
}


.bookingFormRightColumnDealTermsAndConditions > p > a.accordion-toggle.bookingFormDealTermsAndConditionsAccordianLink[aria-expanded="false"]:after{
  content: "\f078"!important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  color: #E4B445;
  position: relative;
  bottom: 2px;
  left: 8px;

}

.bookingFormRightColumnDealTermsAndConditions > p > a.accordion-toggle.bookingFormDealTermsAndConditionsAccordianLink[aria-expanded="true"]:after{
  content: "\f077"!important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  color: #E4B445;
  position: relative;
  bottom: 2px;
  left: 8px;
}

div > ul.world_nav li:last-child a {
  border-left: none;
}

.body > footer .footer-atol {
  background: #272D33;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  margin-top: 0;
  padding: 22px 0px;
  color: #ffffff;
  font-family: "open_sansregular";
font-size:12px;
line-height:16px;
}

.isMobile .imageSliderContentPane,
.isTablet .imageSliderContentPane {
min-height: 70px;
}

.isSmallDesktop .imageSliderContentPane,
.isLargeDesktop .imageSliderContentPane {
min-height: 220px;
}

.credit404.banner-content.hidden-xs {
  background: url(css/images/bg-transparent-grey.png) repeat;
  font-family: "open_sansbold";
  font-size: 13px;
  border-radius: 3px;
  color: #FFF;
  padding: 5px 15px;
}

#headerTextSearch_search_link_2 {
cursor:pointer;
}

.body>footer a, .body>footer h1, .body>footer h2, .body>footer h3, .body>footer h4 {
  color: #FFF!important;
}


/*====== UTRACKS CSS =====*/
body header .icon-search {
  background: #E4B445;
  border-radius: 0 3px 3px 0;
  width: 32px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  font-size: 13px;
  right: -32px;
}
html .contacts {
  padding: 2px 15px 2px 55px;
  background: url(/Portals/_default/Skins/Porto/Resources/img/icon-phone-white.png) left center no-repeat;
  float: right;
  height: 50px;
}

html .email {
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  display: block;
}

html .email a {
  color: #fff;
  text-decoration: none;
}

html .search label {
  display: inline-block;
  height: auto;
  background: transparent url(/Portals/Great%20Walks%20of%20New%20Zealand/images/icon-magnify-gwnz.png) no-repeat center center / 28px 28px;
  text-indent: -9999px;
  width: 38px;
  padding: 16px 0;
  margin: 0;
  overflow: inherit;
}

@media (max-width: 768px) {
    header.nav-bar .search label {
        background: url(/Portals/Great%20Walks%20of%20New%20Zealand/images/icon-magnify-gwnz.png) no-repeat center center / 28px 28px rgb(105, 105, 105) !important;
    }
}

#mainMenu .dropdown-toggle:before{
/*    content:": : "; */
}

#mainMenu .dropdown-toggle>.fa-chevron-right{
  display: none;
}

html header.nav-bar .nav-main-collapse {
  background: #E4B445;
}



html body.sticky-menu-active header.nav-bar .search label {
  background-color: #696969;
  width: 49px;
  height: 49px;
  float: right;
  margin-top: -1px;
}


.homeSearchBar{
  background: rgba(223,221,208,0.9);
  z-index: 9;
  position: absolute;
  float: left;
padding-left:15px;
padding-right:15px;
  border-radius: 5px;
  
}

/*countrypage.homeSearchWrap .worldex-banner-content {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-family: "open_sansbold";
  line-height: 14px;
  font-size: 13px;
  border-radius: 5px;
  padding: 10px;
  right: 30px;
  bottom: 310px;
  max-width: none;
  z-index: 1;
}*/

.homeSearchWrap .owl-stage-outer{
  padding-bottom: 0px;
}

.homeSearchBar h4{
  font-weight: bold;
}
.homeSearchBar input{
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  background-image: url("/Portals/Great Walks of New Zealand/Images/home-search-icon.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.homeSearchBar select{
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background-image: url("/Portals/Great Walks of New Zealand/Images/home-arrow-icon.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 5px center;
}

.homeSearchBar .col-xs-2{
  text-align: center;
  color: #C65921;
}

.homeSearchBar .btn.btn-primary{
  width: 100%;
  background: #C65921;
  border: #C65921;
  height: 50px;
  margin-bottom: 5px;
  margin-top: calc(50% - 52px);
}

.homeSearchBar .col-xs-10 .col-xs-4{
  border-right: 1px solid #696969;
  margin-top: 10px;
  padding-bottom: 20px;
}

.homePageTeaser .col-sm-6 .tile-container{
  height: 280px;
  overflow: hidden;
  max-width: calc(100% + 20px);
}

.homePageTeaser .col-sm-6 .tile-container img{
  width: 100%;
}

.sectionGreyUTX{background: #333;margin-top: 20px;}

.headingHome{
  color: #E4B445;
  border-bottom: 1px solid #E4B445;
}

.headingHome strong{
  color: #5C5C59;
}



.utxActivitiesIcon{
  width: auto!important;
  height: 40px;
  display: inline-block!important;
}


html body .container .owl-carousel .owl-controls {
  top: calc(50% + 10px)!important;
}

html body .container .owl-carousel.nav-bottom .owl-controls {
  top: 100%!important;
}

html body .container .owl-carousel.nav-bottom .owl-stage-outer{
  margin-bottom: 60px!important;
}


html body .container .owl-carousel.nav-bottom .owl-controls .owl-nav .owl-prev{
  left: calc(50% - 10px);
  position: relative;
  transform: scale(0.7);
}
html body .container .owl-carousel.nav-bottom .owl-controls .owl-nav .owl-next{
  left: calc(50% + 10px);
  position: relative;
  transform: scale(-0.7);
}


.headingTan{
  color: #E4B445;
}

.headingDarkGrey{
  color: #54534a!important;
}

.centerUtxGrading{
  margin-left: calc(50% - 35px);
}

.a2a_dd{
  margin-left: calc(50% - 90px);
}

.a2a_dd span,
.a2a_button_facebook span,
.a2a_button_twitter span,
.a2a_button_google_plus span,
.a2a_button_email span{
 border-radius: 50px!important;
}




.footer_newsletter{
  display: none;
}

body .body > #footer {
  background: #0e0e0e;
  border-top: 4px solid #0e0e0e;
  font-size: .9em;
  margin-top: -30px;
  padding: 70px 0 0;
  position: relative;
  clear: both;
}


.adventureNewsBg{
  background-color: #e9e5da;
  margin: -5px -10px 10px -10px;
  padding: 20px;
}


.adventureNewsTeaseWrapper .tile-container{
  max-width: 100vh;
  overflow: hidden;
}

html body header .icon-search {
 top: -1px;
}

html body nav ul > li:hover{
  background: none;
}


.reviewH5{
 text-transform: capitalize;
}

.hotelsHeader{
  display:block; 
  }
.hotelsHeader h6{
  margin: 0 0 0px;
}


.teaserInner .hotelsInner{
  padding-left: 0px;
  display: block;
  margin: 0 0 10px;
  }


body .tabs-left .nav-tabs > li.active a,
body .tabs-left .nav-tabs > li.active a:hover,
body .tabs-left .nav-tabs > li a,
body .tabs-left .nav-tabs > li a:hover{
  border-left: 1px solid;
}

body .body > #footer .footer-copyright {
  background: #404A56;
  border-top: 4px solid #404A56;
  margin-top: 40px;
  padding: 10px 0 10px;
}

header nav.mega-menu .container {
  display: none;
}



/*html body .homeSearchWrap .owl-carousel.slidinghomeimg.owl-theme.owl-loaded.owl-carousel-init .owl-item {
overflow: hidden!important;   
  max-height: 550px!important;
}*/
#dnn_ImageSlider .dynamicImageWrapper .owl-carousel .owl-item img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

#dnn_ImageSlider .dynamicImageWrapper .owl-carousel .owl-item .item {
  height: auto;
}

countrypage .worldex-banner-content-container2 {
  max-width: 100%;
}

body[parentcategorycode="Countries"] .tile-container {
  margin: 5px auto;
  max-width: 100%;
}
body[parentcategorycode="Countries"] .tile-container button.btn{
  float: right;
}

.WEXMostPopularAndIconicCarousel178893 .tile-container button.btn,
.UTXPopularTravelRegionsCarousel178894 .tile-container button.btn,
.more-about-content .tile-container button.btn{
  float: left!important;
  margin-top: 10px;
}

.DnnModule-WEXMostPopularAndIconic .tile-content h3 {
text-shadow: 1px 1px 5px #000;
}

.tripPageOverviewLinkWrapper {
text-align:center;
}

a.tripPageOverviewLinkWrapper,
a.tripPageOverviewLinkWrapper:link,
a.tripPageOverviewLinkWrapper:visited,
a.tripPageOverviewLinkWrapper:hover,
a.tripPageOverviewLinkWrapper:active {
text-decoration:none;
}

.tripPageOverviewLinkWrapper .trip-ratecircle2 {
width:auto;
}

.tripPageOverviewLinkWrapper .c100 {
margin: 0;
}

.tripPageOverviewLinkWrapper h5 {
text-transform:capitalize;
}

.tripPage .region-grey-bottom.tripPageOverviewGradePanel {
padding: 14px;
}

.tripPageOverviewRating {
text-align:center;
margin-top: 20px;
}

.testimonial-section .author span {
color:#000;
}

.testimonial-section .ratingWrapper {
margin-bottom: 15px;
}

.testimonial-section .homePageFiveStarRating {
display: inline-block;
width: 120px;
}

.homePage .testimonial-content,
.homePage .testimonial-section .testimonial-content,
.homePage .testimonial-section .testimonial-content #testimonial-slider,
.homePage .testimonial-section .testimonial-content #testimonial-slider .owl-controls{
  position: unset!important;
}

.homePage .testimonial-section .testimonial-content  #testimonial-slider .owl-controls .owl-nav{
  position: absolute!important;
  top: calc(50% + 30px)!important;
}

.homePage .testimonial-section .testimonial-content  #testimonial-slider .owl-controls .owl-nav .owl-prev,
.homePage .testimonial-section .testimonial-content  #testimonial-slider .owl-controls .owl-nav .owl-next{
  margin-left: -35px;
  margin-right: -35px;
  text-shadow: none;
}

.homePage .testimonial-section{
  padding-bottom: 0px;
  padding-top: 12px
}

.readMoreGridWrapper {
padding: 0 10px;	
}

.readMoreGridWrapper .tile-container .tile-content {
  padding: 10px;
}

.homePageSearchAdvancedSearchLink,
a.homePageSearchAdvancedSearchLink:link,
a.homePageSearchAdvancedSearchLink:visited,
a.homePageSearchAdvancedSearchLink:hover,
a.homePageSearchAdvancedSearchLink:active {
  color: #c85912;
  text-decoration: none;
  display: block;
  line-height: 1.2;
  font-size: 13px;
  margin-top: 2px;
text-align:center;
}

.homePageWEXProductFinderFullWidth .container {
padding-left:0;
padding-right:0;
}

.homePageWEXProductFinderFullWidth{
  /* background: rgba(223,221,208,1); */ 
  /* rgba(223,221,208,0.9) */
  /* padding-top:15px; */
  padding-bottom: 0px;
  margin-top: 0px;
  }

.homePageWEXProductFinderFullWidth div{
  /* margin-top: 3px; */
}

.homePageWEXProductFinderFullWidth .btn.btn-primary {
background-color: #c85912;
border-color: #c85912 #c85912 #c85912;
color: #ffffff;
}

.homePageWEXProductFinderFullWidth .form-control {
margin-bottom: 5px;
}

div[role="tooltip"] .popover-title{
  color: #E4B445!important;
  margin-bottom: 0px!important;
  /* display: block!important; */
  padding-bottom: 0px!important;
  height: 75px!important;
}

#suitability-anchor .worldex-heading{
  margin-bottom: 0px;
}

#suitability-anchor .suitabilityHeading{
  margin-bottom: 30px;
}

#suitability-anchor .suitabilityHeading strong{
  margin-right: 15px;
}

.owl-carousel .owl-item img.teaserActivityIcon,
.owl-carousel .owl-item img.teaserutxgradedots {
display: inline;
width: auto;
}

.owl-carousel .owl-item img.teaserutxgradedots[src="/Portals/Great Walks of New Zealand/Icons/grading/1.png"],
.owl-carousel .owl-item img.teaserutxgradedots[src="/Portals/Great Walks of New Zealand/Icons/grading/2.png"],
.owl-carousel .owl-item img.teaserutxgradedots[src="/Portals/Great Walks of New Zealand/Icons/grading/3.png"],
.owl-carousel .owl-item img.teaserutxgradedots[src="/Portals/Great Walks of New Zealand/Icons/grading/4.png"],
.owl-carousel .owl-item img.teaserutxgradedots[src="/Portals/Great Walks of New Zealand/Icons/grading/5.png"]{
  height: 20px;
}

.customCarouselTeaserButtonRow .priceOuter {
margin: 0;
}

.customCarouselViewTripButton {
margin-top: 8px;
}

.customCarouselViewTripButton,
a.customCarouselViewTripButton:link,
a.customCarouselViewTripButton:visited,
a.customCarouselViewTripButton:active {
  color: #fff;
}

a.customCarouselViewTripButton:hover{
  color: #E4B445!important;
}

.popover.simple-popover {
  background: #363c44!important;
  border-radius: 0px!important;
  max-width: none!important;
  width: auto!important;
  padding: 10px!important;
}

.simple-popover-body {
color:#FFFFFF;
}


templatewrapper .owl-theme .owl-controls .owl-nav .owl-prev,
#accommodation-section .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"]{
  transform: scale(0.8)!important;
  transform-origin: left;
  left: -10px;
  }

  templatewrapper .owl-theme .owl-controls .owl-nav .owl-next,
#accommodation-section .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"]{
  transform: scale(0.8) rotate(180deg)!important;
  transform-origin: right;
  right: 30px;
  }

#accommodation-section .template-usp p{
  padding-right: 20px;
}

   .trippagewrap{
      position: relative;
  }


      .checkListWrap{
      margin-bottom: 30px;
  }
  .checkListWrap p{
      margin: 0 0 10px 30px;;
  }
  .checkListWrap p em{
      margin-right: 10px!important;
  }

 img[src="/Portals/Great Walks of New Zealand/Icons/grading/1.png"],
 img[src="/Portals/Great Walks of New Zealand/Icons/grading/2.png"],
 img[src="/Portals/Great Walks of New Zealand/Icons/grading/3.png"],
 img[src="/Portals/Great Walks of New Zealand/Icons/grading/4.png"],
img[src="/Portals/Great Walks of New Zealand/Icons/grading/5.png"],
img[src="/Portals/Great Walks of New Zealand/Icons/grading/1.png"],
img[src="/Portals/Great Walks of New Zealand/Icons/grading/2.png"],
img[src="/Portals/Great Walks of New Zealand/Icons/grading/3.png"],
img[src="/Portals/Great Walks of New Zealand/Icons/grading/4.png"],
img[src="/Portals/Great Walks of New Zealand/Icons/grading/5.png"]{
     height: 20px;
 }

body[parentcategorycode="activities"] #dnn_MoreAboutHeader{
  display: none;
}


.activityTemplateWrapper .owl-carousel .owl-item .banner-content{
   padding: 0px 120px 0 0!important;
   float: right!important;
}

.activityTemplateWrapper .owl-carousel .owl-item .banner-content span{
   float: right;
}

.activityTemplateWrapper .owl-carousel .owl-dots {
max-width:100px;
float:  right;
}

activityheader{
  position: absolute;
  bottom: 0px;
  z-index: 9;
  width: 100%;
}

activityheader .container .activityHeader{
  font-family: 'open_sansbold';
  font-size: 34px;
  color: #fff;
  margin: 0 0 40px 0;
  padding: 0;
  vertical-align: text-top;
  letter-spacing: normal;
  line-height: normal;
}

.activitiesItem p,
.activitiesItem a{
  padding: 0 20px;
}


.activitiesItem a .button.topAdventuresTeaserViewTripButton{
  background: #fff;
   border: 1px solid #E4B445;
}

.activitiesItem a .button.topAdventuresTeaserViewTripButton span{
  color: #E4B445;
  text-shadow: none;
  background-image: url(/Portals/Great Walks of New Zealand/images/btn-icon-green.png);
}

essentialinformationsatic .nav-tabs{
  border: none;
}

essentialinformationsatic .tab-content{
  border-top: 6px solid #E4B445!important;
  box-shadow: none;
}

html body essentialinformationsatic  .tabs .nav-tabs li{
  border-radius: 5px 5px 0 0;
  padding: 10px 5px;
  text-align: center;
  width: 97px;

}

html body essentialinformationsatic  .tabs .nav-tabs li.active{
  background-color: #E4B445;
}
     
html body essentialinformationsatic  .tabs .nav-tabs li a,
html body essentialinformationsatic  .tabs .nav-tabs li a:focus,
html body essentialinformationsatic  .tabs .nav-tabs li a:hover,
html body essentialinformationsatic  .tabs .nav-tabs li a:visited{
  display: inline-block;
  font-family: "open_sansbold";
  font-size: 13px;
  line-height: 13px;
  min-height: 16px;    
  background: none;
  color: #333!important;;
  border: none;
  padding: 0px;
} 

html body essentialinformationsatic  .tabs .nav-tabs li.active a{
  color: #fff!important;
}

.dynamicImageWrapperHeader{
  position: relative;
}


/* ======= BREADCRUMB ======= */
html .breadCrumbs a,
html .breadCrumbs{
color: #E4B445;
font-size: 12px;
margin-bottom: 10px;      
}
.breadCrumbDivider{
  color: #333
}

.activityTestSection .row{
  margin-left: 0px;
  margin-right: -10px;
  margin-bottom: 20px;
}

.activityTestSection .testimonial-section{
  padding-bottom: 0px;
}

.activityTestSection .testimonial-section .owl-carousel .owl-controls{
  top: calc(50% + 40px)!important;
}

.activityTestSection .testimonial-section .contentPage .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"]{
  display: none!important;
}

.contentPage .activityTestSection .testimonial-section .owl-theme .owl-controls .owl-nav .owl-prev[class*="owl-"] {
  background: rgba(0, 0, 0, 0) url(/Portals/Great Walks of New Zealand/images/carousel-left.png) no-repeat scroll 0 0 / 50px 50px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: inline-block;
  font-size: 0px;
  height: 50px;
  margin-left: -55px;
  margin-right: -15px;
  margin-top: 0;
  padding: 10px;
  transform: rotate(0deg);
  width: 50px;
}

.contentPage .activityTestSection .testimonial-section .owl-theme .owl-controls .owl-nav .owl-next[class*="owl-"] {
  background: rgba(0, 0, 0, 0) url(/Portals/Great Walks of New Zealand/images/carousel-right.png) no-repeat scroll 0 0 / 50px 50px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: inline-block;
  font-size: 0px;
  height: 50px;
  margin-left: -55px;
  margin-right: -55px;
  margin-top: 0;
  padding: 10px;
  transform: rotate(0deg);
  width: 50px;
}

.activityBoxes .activitiesItem .topAdventuresTeaserViewTripButton{
  border-color: #D6D2B5!important;
}

.activityBoxes .activitiesItem .topAdventuresTeaserViewTripButton span{
  color: #D6D2B5!important;
  background-image: none!important;
  padding: 0px!important;

}

.activityBoxes .activitiesItem .topAdventuresTeaserViewTripButton span:after{
content: " \e105";
  position: relative;
  top: 2px;
  left: 5%;
  font-size: 17px;
  margin-right: 5px;
  font-family: 'Metrize-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.activityBoxes activitiespage .activities .activity-title h3 {
  font-size: 17px;
  text-align: left!important;
  margin-left: 20px;
  
}

/* ESSENTIAL INFORMATION IMAGE */
#where-to-go-tab .essentialInformationInlineImageWrapper{
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 10px;
}

#where-to-go-tab .essentialInformationInlineImageWrapper img{
  margin-top: -56.25%!important;
}


/*VIDEO THUMBNAIL*/
.videoSectionOtherVideosColumn a{
height: 0!important;
  padding-top: 55.25%!important;
  overflow: hidden!important;
  margin-bottom: 10px!important;
  display: block;
}

.videoSectionOtherVideosColumn a img{
   margin-top: -56.25%!important;
}

/* CABINS IMAGE */
#vessel-cabins-anchor > div > div > div > div.owl-stage-outer div.owl-item div.col-md-7 > div{
  height: 0;
  padding-top: 59.25%;
  overflow: hidden;
  margin-bottom: 10px;
}

#vessel-cabins-anchor > div > div > div > div.owl-stage-outer div.owl-item div.col-md-7 > div img{
  margin-top: -56.25%!important;
}

/*CAMINO PAGE*/
body[childcategorycode="caminoRegions"] .teaserRow img{
  width: 100%;
  height: auto;
}

body[childcategorycode="caminoRegions"] .teaserRow h4{
  font-size: 17px;
  padding: 10px 10px;
}

body[childcategorycode="caminoRegions"] .teaserRow .teaserBody{
  font-size: 14px;
  font-weight: normal!important;
   font-family: "open_sansregular";
  padding: 0px 10px;
}

body[childcategorycode="caminoRegions"] .teaserRow .teaserBody br{
  margin: 5px;
}


/*MORE, DOWNLOAD, QUICK REFERENCE GUIDE BUTTON*/
countrypage .categoryIntroMoreAboutCategoryButtonWrapper,
countrypage .categoryIntroMoreAboutCategoryButtonWrapper button,
countrypage .caminoIntroDownloadBrochureButtonWrapper,
countrypage .caminoIntroDownloadBrochureButtonWrapper button,
countrypage .boatRangeButtonWrapper,
countrypage .boatRangeButtonWrapper button,
.categoryIntroMoreAboutCategoryButtonWrapper,
.categoryIntroMoreAboutCategoryButtonWrapper button,
.boatRangeButtonWrapper,
.boatRangeButtonWrapper button{
  float:left!important;
  display:block!important;
  margin-top: -5px!important;
  margin-right: 10px!important;
}

/*countrypage .categoryIntroMoreAboutCategoryButtonWrapper button,*/
countrypage .caminoIntroDownloadBrochureButtonWrapper button{
  background: #E4B445!important;
  color: #fff!important;
}

/*countrypage .categoryIntroMoreAboutCategoryButtonWrapper button:hover,*/
countrypage .caminoIntroDownloadBrochureButtonWrapper button:hover{
  background: #fff!important;
  color: #E4B445!important;
}

.boatRangeButtonWrapper button{
  width: auto!important;
  background: #E4B445!important;
  color: #fff!important;
}

.boatRangeButtonWrapper button:hover{
  background: #fff!important;
  color: #E4B445!important;
}

.bookingWrapper button.registerNowWidth{
  font-size: 14px;
  font-weight: bolder;
} 


/*################################
##                              ##
##  JOIN OUR NEWSLETTER STICKY  ##
##                              ##
################################*/ 


@media (max-width:767px) {
html #askAnExpertStickyTab,
html #joinOurNewsletterStickyTab{
  bottom: 0px!important;
}
}

#joinOurNewsletterStickyTab {
  background: url(/Portals/_default/Skins/Porto/Resources/img/bg-transparent-grey.png);
  color: #FFFFFF;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 20px;
  position: fixed;
  right: 208px;
  bottom: 0;
  cursor: pointer;
  height: 47px;
  z-index: 1040;
}
/*
.isMobile #joinOurNewsletterStickyTab {
  display: none;
}
*/
#joinOurNewsletterSticky {
  color: #696969;
  background-color: #eee;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /* padding: 10px 20px; */
  position: fixed;
  right: 208px;
  bottom: 0;
  cursor: pointer;
  z-index: 1040;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  width: 280px;
  box-shadow: 0px -1px 5px #696969;
}

.isMobile #joinOurNewsletterSticky {
  right: 100px;
z-index: 1042 !important;
}

#joinOurNewsletterSticky .modal-header {
  padding-bottom: 10px;
  background-color: #E4B445;
}
#joinOurNewsletterSticky .modal-footer {
  padding-top: 0
}
#joinOurNewsletterStickyTitle {
  font-size: 18px!important;
  font-weight: bold;
color:#000000;
}

.eNewsStickyBold {
font-weight:bold;
color:#000000;
margin-bottom: 5px;
}

.eNewsStickyPlain {
font-weight:normal;
color:#000000;
margin-bottom: 5px;
}

.modal-footer.joinOurNewsletterSticky-footer {
border-top:none;
}


/*------- CREATE YOUR OWN ADVENTURE TICK OR CROSS -------*/
.DnnModule-UTXPrivateGroupForm .invalid label:after{
position: absolute;
right: -2px;
top: 35px;
content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  color: #a92326;
}
.DnnModule-UTXPrivateGroupForm .valid label:after{
content:"123123";
position: absolute;
right: -4px;
top: 35px;
content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  color: #9caa3a;
}
.DnnModule-UTXPrivateGroupForm .invalid .contactUsFormCheckbox.contactViaEmailCheckbox label:after{
position: absolute;
left: 120px;
top: 2px;
content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  color: #a92326;
}
.DnnModule-UTXPrivateGroupForm .valid .contactUsFormCheckbox.contactViaEmailCheckbox label:after{
content:"123123";
position: absolute;
left: 120px;
top: 2px;
content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  color: #9caa3a;
}

#askAnExpertModal {
z-index:10000;
}




.tripRefinedLabel {
  color: #fff;
  width: 120px;
  text-align: center;
  font-size: 18px;
  padding: 5px;
  text-transform: uppercase;
}

@media (max-width:991px) {
	.tripRefinedLabel {
		margin-bottom: 10px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.tripRefinedLabel.newTrip {
background: #749fa5;
}

.tripRefinedLabel.updatedTrip {
background: #749fa5;
}

.teaserTravelDealFlag.newtripFlag {
background: #749fa5 none repeat scroll 0 0;
}

.teaserTravelDealFlag.updatedtripFlag {
background: #749fa5 none repeat scroll 0 0;
}


body.dnnEditState div.main {
padding-top:0;
}

.trip-info-right .shareTripIcons .googleplus{
  display: none!important;
}

/*------- SMALLER SCREEN SIZE FIXES ----------*/
@media (max-width: 374px){
  a.scroll-to-top{
      display: none!important;
  }
  div.mylivechat_inline{
      width: 100%!important;
      right: 0px!important;
  }
  div.mylivechat_collapsed[style]{
      right: 5px!important;
  }
  div#joinOurNewsletterStickyTab{
      right: 150px!important;
  }
  .isMobile #joinOurNewsletterSticky{
      right: unset!important;
      left: 10px;
      width: calc(100vw - 20px)!important;
  }
  div#askAnExpertStickyTab{
      right: 10px;
  }
  div#askAnExpertSticky{
      right: unset!important;
      left: 10px;
      width: calc(100vw - 20px)!important;    
  }
}

.booking-table.tripSummaryTable .nonDeal.nonDealSpecialOffer {
display:block !important;
position:static !important;
margin-top: -15px;
}

#footer .footer-social-media .social-media-icon-lazyload {
  display: inline-block;
  width: 40px;
  height: 30px;
  text-align: center;
}

.video-container.virtualTour360 {
  padding-bottom: 73.25%!important;
}
.video-container.virtualTour360 iframe {
  width: 100%!important;
}
.whiteBG{
background: #fff;
display: block;
float: left;
width: 100%;
}

.video-icon.trip-header-carousel-video-icon {
  position: absolute;
  vertical-align: bottom;
  left: -80px;
  bottom: -20px;
  line-height: 14px;
  width: 70px;
  height: 70px;
  background-image: url("/Portals/Great Walks of New Zealand/Icons/icon-video-white.png");
  background-position: center 12px;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0.5);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}

@media (min-width:992px) and (max-width:1199px){
#dnn_ImageSlider{
  margin-bottom: 150px;
  position: relative;
  top: 150px;
}

}
@media (min-width: 1200px){
body.staticPage #dnn_ImageSlider {
  margin-bottom: 150px;
  position: relative;
  top: 150px; 
}
}


.categoryEssentialInfoGradingActivityIcon img{
width: 30px;
height: 30px;
}

@media(min-width:992px){
#mainMenu .col-md-2{
width: auto;
 margin-right: 40px;
}
}

/* Last menu item to float right */
#mainMenu li.col-md-2:nth-last-child(1) ul{
  left: unset;
  right: 0px;
}





/*CHILD PRICE*/
.ie .booking-line5 .price-number span.priceTravellerType{
  color: #000!important;
  text-transform: none;
  bottom: 10px;
  font-size: 18px;
  left: -10px;
  right: 10px;
  text-align: right!important;
}

.booking-line5 .price-number span.priceTravellerType{
  color: #000!important;
  text-transform: none;
  bottom: 10px;
  font-size: 18px;
  left: unset;
  right: 10px;
  text-align: right!important;
}

.booking-line5 .price-number:before{
  font-size: 10px!important;
  font-weight: bolder;
  position:relative;
  left: 42px;
}



.booking-line5 .price-number.no-child-price:before{
  left: 0px;
}

.booking-line5 .price-tag{
  margin-bottom: 0px!important;
}

.booking-line5 .price-number span{
  font-size: 14px;
  bottom: 0px;
}

.trip-prices-header.child-price{
  margin-top: 10px;
  position: relative;
  margin-bottom: -30px;
}



.child-price-see-below-note{
  font-size: 12px!important;
  text-align: center;
}


.total-trip-price  .total-number-sale-tag.child-price{
  top: -10px!important;
  left: 10px;
  /* text-align: right; */
  position: relative!important;
  margin-bottom: -40px;
}

.total-trip-price .child-price-see-below-note{
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 20px;
}

.child-price-see-below-note a{
  color: #000!important;
}

.child-price-see-below-note a:hover{
  color: #000!important;
}

.total-trip-price .total-number-sale-tag .priceTravellerType{
  color: #000;
  text-transform: none!important;
  margin-right: 3px!important;
  font-size: 14px!important;
  top: -7px;
}

.total-trip-price .total-number-sale-tag.child-price{
  left: 0px!important;
}

/*
.total-trip-price .total-number-sale-tag .priceTravellerType:before{
  content:"from";
  position: absolute;
  top: 10px;
  font-size: 10px;
  right: 1px;
  color: #000;
}
*/


@media (min-width:992px){
#mainMenu > .col-md-2.dropdown.mega-menu-item.mega-menu-fullwidth:nth-child(1) > .dropdown-menu {
  /*height: 580px !important;*/
  height: auto !important;
}
.isAdministrator #mainMenu > .col-md-2.dropdown.mega-menu-item.mega-menu-fullwidth:nth-child(1) > .dropdown-menu {
  /*height: 640px !important;*/
  height: auto !important;
}
}



@media (min-width: 769px){
body.sticky-menu-active header.nav-bar .search label#headerTextSearch_search_link_2 {
display: block;    
}
}


.sticky-menu-active #ControlBar {
	display: block!important;
}

.sticky-menu-active.isMobile header{
    position: fixed!important;
}

html body.sticky-menu-active.isMobile header.nav-bar .search label{
    margin-top: 1px;
}



/* Start last minute trips list */

.lastMinuteTripsList {
	font-family: 'open_sansregular';
	font-size: 15px;
	font-weight:normal;
	color:#000000;
}

.lastMinuteTripsList .tripRow.odd,
.lastMinuteTripsList .tripRow.even,
.lastMinuteTripsList .row.headerRow {
	border-bottom: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lastMinuteTripsList .row.headerRow {
	font-family: 'open_sansbold';
	font-size: 14px;
	color: #777;
}

.lastMinuteTripsList .tripRow.odd {
	background-color: #F9F9F9;
}

.lastMinuteTripsList button {
	width:100%;
	margin-top: 6px;
	margin-bottom: 0 !important;
}

.lastMinuteTripsList .priceCurrencyCode {
	font-size:10px;
}

.lastMinuteTripsList .priceSpecialOffer {
	font-family: 'open_sansregular';
	font-size:10px;
}

.lastMinuteTripsList .priceFromLabel {
	font-family: 'open_sansregular';
	font-size:10px;
}


.lastMinuteTripsList .nonDeal {
	text-decoration: line-through;
	color: #a2a2a2;
	font-style: italic;
}

.lastMinuteTripsList .tripRow .priceColumn {
	padding-left:20px;
	line-height:15px;
	font-family: 'open_sansbold';
	font-size: 17px;
}

/* End last minute trips list */



/* iPhone 5 size */
@media (max-width:374px) {
	.hideOnIPhone5 {
		display:none;
	}

	html header .nav-bar-primary.navbar-collapse.nav-main-collapse  nav ul.nav-main > li > a {
		padding: 7px 8px !important;
		text-transform: uppercase;	
	}
	
}


/* BLOG HEADER HERO BANNER */
@media (min-width: 992px){
body.staticPage .liveBlogBody #dnn_ImageSlider {
  margin-bottom: 0px;
  position: relative;
  top: 0px;
}
}

/*SEACH ICON FIXED*/
@media (min-width: 768px) and (max-width: 991px){
#headerTextSearch_search_link_2{
 display: none!important;
}
}


body.childCategory #dnn_RelatedArticles .owl-carousel.stage-margin .owl-stage-outer {
	margin-left: 0 !important;
	margin-right: 0 !important;
}




/* Start: National Geographic and Wild Women On Top Logos */

.nationalGeographicExpeditionsCarouselLogo {
    position: absolute;
    left: 0;
    bottom: 15vw;
    max-width: 388px;
}

.nationalGeographicExpeditionsLogoWrapper img {
    position: absolute;
    left: 0;
    width: 35vw;
}

@media (max-width:480px) {
    .nationalGeographicExpeditionsLogoWrapper img {
        width: 50vw;
    }
}

@media (max-width:991px) {
    .nationalGeographicExpeditionsLogoWrapper {
        position: absolute !important;
        z-index: 99;
        bottom: 80px;
    }

    .nationalGeographicExpeditionsLogoWrapper.wwotLogo {
        bottom: 150px;
    }

    .nationalGeographicExpeditionsLogoWrapper img {
        position: absolute;
        bottom: 50px;
        left: -10px;
    }
}

@media (min-width:992px) {

    .nationalGeographicExpeditionsLogoWrapper {
        position: absolute !important;
        z-index: 99;
        bottom: -10px;
    }

    .nationalGeographicExpeditionsLogoWrapper img {
        left: -20px;
    }
}

@media (min-width:992px) and (max-width:1029px) {
    .nationalGeographicExpeditionsLogoWrapper img {
        left: 0;
    }

}

/* End: National Geographic and Wild Women On Top Logos */


.selfPromotionColumn {
	text-align: center;
}

.list-icons.list-icons-style-3 .fa.fa-check{
    color: #fff;
    background: #E4B445;
    padding: 5px;
    border-radius: 50%;
    font-size: 22px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

ul.bullet{
    list-style: disc!important;
    padding-left: 20px!important;
}
   

/*Partner Page*/
.cycleTrailPartnersTable tr{
  border-bottom: 1px solid #ddd;
}

.cycleTrailPartnersTable tr td{
  padding-top: 20px!important;
}


/*Independent-Services Page*/
.row.Independent-Services .tile-container .tile-content h3 {
    vertical-align: bottom;
    position: absolute;
    bottom: -13px;
    padding-right: 5px;
}

.row.Independent-Services .readMoreGridWrapper .tile-container .tile-content {
    padding: 40px 10px;
}

/*TERM AND CON - READ MORE/LESS*/

.toggle.toggle-simple.TermCon .toggle.active>label:before {
    content: 'Read Less'!important;
    position: absolute;
    right: 40px;
    left: unset;
    display: inline-block;
    width: auto;
    height: 24px;
    background: transparent;
    top: 50%;
    margin-top: -12px;
    margin-left: 20px;
    border-radius: 3px;
    z-index: 1;
    font: asap;
    color: #92d050;
    font-family: 'asapbold';
    font-size: 14px;

}


.toggle.toggle-simple.TermCon .toggle.active>label:after {
    content: '\f077';
    position: absolute;
    right: 20px;
    left: unset;
    display: inline-block;
    width: auto;
    height: 24px;
    background: transparent;
    top: 55%;
    margin-top: -12px;
    margin-left: 20px;
    border-radius: 3px;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: #92d050;
}


.toggle.toggle-simple.TermCon .toggle>label:before {
    content: 'Read More'!important;
    position: absolute;
    right: 40px;
    left: unset;
    display: inline-block;
    width: auto;
    height: 24px;
    background: transparent;
    top: 50%;
    margin-top: -12px;
    margin-left: 20px;
    border-radius: 3px;
    z-index: 1;
    font: asap;
    color:  #92d050;
    font-family: 'asapbold';
    font-size: 14px;

}


.toggle.toggle-simple.TermCon .toggle>label:after {
    content: '\f078';
    position: absolute;
    right: 20px;
    left: unset;
    display: inline-block;
    width: auto;
    height: 24px;
    background: transparent;
    top: 55%;
    margin-top: -12px;
    margin-left: 20px;
    border-radius: 3px;
    z-index: 1;
    font: normal normal normal 14px/1 FontAwesome;
    color: #92d050;
}
.toggle.toggle-simple.TermCon .toggle>label{
  padding-left: 0px;
}

.calendar-legend.calendar-legend-closed {
/*	display:none; */
}

div.WEXWhyTravelWithUs {
	background-color: #FFFFFF;
}

.WEXWhyTravelWithUs .WEXWhyTravelWithUsBottomHR {
	display:none;	
}

@media (max-width:767px) {
	body.tripPage #dnn_WhyTravelWithUs {
		padding-left:0;	
		padding-right:0;	
	}
}

@media (min-width:768px) {
	.selfPromotionColumn {
		padding-top:15px;
		padding-bottom:15px;
	}
	
	div.tripDatesContentPane {
		padding-left: 15px;
	}
	div.WEXWhyTravelWithUs {
		padding-bottom: 10px;
	}
}







/* Information strip - the one under the hero carousel image */

@media (min-width:768px) {
	body.homePage .messageStripOuter {
		top: -22px; 
	}
}

body.homePage .messageStripOuter {
	margin-top: 0; 
	position: relative;
	margin-bottom: 0;
}

body.staticPage  .messageStripOuter {
	margin-top: 0; 
}

.messageStripOuter {
	margin-top: -20px; 
	margin-bottom: 15px;
}

div.body.liveBlogBody .messageStripOuter {
	margin-top: 0;
	margin-bottom: 0;
}

.messageStripInner {
	padding: 5px;
	text-align:center;
}

.messageStripBold {
	font-family:'open_sansbold' !important;
	margin:	10px 5px;
}

.messageStripPlain,
.messageStripLink {
	font-family:'open_sansregular' !important;
	margin-right: 5px;
	margin-left: 5px;
}

a.messageStripLink {
	text-decoration:underline;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	color: #749FA5;	
}

.gwnz.widgetmodule .search.wexBlogSearch {
	display:none;
}


body.homePage h1 {
	margin-top: 15px;
	margin-bottom: 15px;
}

body.homePage h1.logo,
h1.logo {
	margin-top: 0;
	margin-bottom: 0;
}

.body>footer a.footerWETGlink {
	color:#B9DBE5 !important;
}


footer#footer .footer-travel-group h4 a {
	color:#B9DBE5 !important;
}






.categoryTeaserOuter {
	margin-bottom:15px;
}

.categoryTeaserInner {
	background-color:#f2f2f2;
}

.categoryTeaserInner {
	background-color:#f2f2f2;
}

.categoryTeaserText {
	padding: 15px;
}

.categoryTeaserCategoryNameOuter {
	margin-bottom:10px;
}

.categoryTeaserCategoryNameOuter h3.categoryTeaserCategoryName a.categoryTeaserCategoryNameLink {
	color:#373b40;
	text-transform:none;
	font-size:21px;
}

.categoryTeaserCategoryDescriptionOuter {
	margin-bottom:10px;
	
}

.categoryTeaserCategoryDescription {
	margin-bottom:10px;	
}

ul.categoryTeaserSubPages {
	padding-left:5px;
}

li.categoryTeaserSubPage  em.fa.fa-arrow-right {
	margin-right: 5px;
	color:#E4B445;
}

li.categoryTeaserSubPage a {
	font-family:"open_sansregular";
}

body.isAdministrator.dnnEditState div.main {
	padding-top: 130px;				
}


@media (max-width:767px) {
	.fullMapSizing {
		padding-top:100%;
	}
}

@media (min-width:768px) {
	.fullMapSizing {
		padding-top:56%;
	}
}

footer#footer .footer-travel-group h4 a {
	color:#F98948 !important;
}

.fullMapElevationDisclaimer {
	text-align:center;
	font-style:italic;
	font-size:12px !important;
	line-height:14px;
}

.teaserInner .hotelsOuter {
	color: #373b40;
	font-family: open_sanssemibold;
	font-size: 13px;
	margin-bottom: 15px;
}

.faqQuestionMark{
    color: #f7921e;
    margin: auto 20px auto 10px;
    display: none;
}

.faqQuestionText{
    text-transform: none;
    font-size: 16px;
    font-family: 'open_sansregular';
    margin-left: 10px;
}
.faqsAnswerText{
    padding: 10px;
}
#faqsAccordion .panel-title{
    position: relative;
}
#faqsAccordion .accordion-toggle:after{
    position: absolute;
    left: auto;
    right: 10px;
    top: calc(50% - 5px);
    display: inline-block;
}

.faqsExpandCollapseLinks a{
    margin: 0 20px 20px 0;;
}
#faqsAccordion .panel {
    border-bottom: none;
}

.teaserGuidingStyle {
	font-family: 'open_sansbold';
	margin-bottom: 15px;
	color:#E4B445;
}

.headerIcons{
    position: absolute;
    right: 0px;
    margin-top: 8px;
}

.headerIcons .social-media-icon {
    display: inline-block;
    width: 40px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.headerIcons .social-media-icon.facebook {
    background-image: url(/portals/0/images/social-media-facebook.png);
	background-size:auto !important;
}
.headerIcons .social-media-icon.twitter {
    background-image: url(/portals/0/images/social-media-twitter.png?v=2);
}
.headerIcons .social-media-icon.pinterest {
    background-image: url(/portals/0/images/social-media-pinterest.png);
}
.headerIcons .social-media-icon.youtube {
    background-image: url(/portals/0/images/social-media-youtube.png);
}
.headerIcons .social-media-icon.linkedin {
    background-image: url(/portals/0/images/social-media-linkedin.png);
}
.headerIcons .social-media-icon.blog {
    background-image: url(/portals/0/images/social-media-blog.png);
}
.headerIcons .social-media-icon.instagram {
    background-image: url(/portals/0/images/social-media-instagram.png);
}



/* begin home page hero image dead zone fix */
.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-item .banner-content, 
.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-controls {
	pointer-events: none;
}

.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-controls .owl-dot {
	pointer-events: auto;
}
/* end home page hero image dead zone fix */



/* Teaser stars start */

.teaserInner .ratecircle5 {
	height:30px;
}

.teaserInner .ratecircle5 .btn-stars {
	padding-top: 5px;	
}

.teaserInner .ratecircle5 .btn-reviews {
    padding-left: 0;
    background: none;
    display: inline-block;
	position:relative;
    top:-1px;	
}

.teaserInner .btn-stars {
	transform: scale(0.66);	
	display:inline-block;
	margin-right: -35px;
	margin-left: -35px;
}

.teaserInner .btn-stars .starRating:before {
    left: 0;
	background-image: url(/Portals/World%20Expeditions/css/Images/nostar-teasers.png);
}

.teaserInner .btn-stars .starRating:after {
    left: 0;
    background-image: url(/Portals/World%20Expeditions/css/Images/fullstar-teasers.png);
}

.teaserInner .ratecircle5 .activity-action-btn {
	text-align:center;
}

/* Teaser stars end */

.btn.departure-dates-btn-view-all.viewAllDepartureDatesButton,
.btn.departure-dates-btn-view-all.viewFirst10DepartureDatesButton {
	border: 2px solid #1d2127 !important;
	padding: 10px 0 !important;
}

.btn.departure-dates-btn-view-all.viewAllDepartureDatesButton span,
.btn.departure-dates-btn-view-all.viewFirst10DepartureDatesButton span {
	font-size: 15px;
}

.btn.departure-dates-btn-view-all.viewAllDepartureDatesButton downIcon {
	background: rgba(0,0,0,0) url(/portals/world%20expeditions/images/arrow-down-medium-grey.png) no-repeat scroll right center/10px 7px;	
}

.btn.departure-dates-btn-view-all.viewFirst10DepartureDatesButton upicon {
	background: rgba(0,0,0,0) url(/portals/world%20expeditions/images/arrow-up-medium-grey.png) no-repeat scroll right center/10px 7px;
}

#main-banner-square .owl-controls {
	display:none;
}

@media (max-width: 991px) {
    #tripNameXSandSM #tripNameH1 {
        font-size: 27px;
        font-family: 'open_sansbold';
        text-shadow: none;
        width: auto;
        width: calc(100% - 35px);
		margin-bottom: 15px;
    }
}

html body .toggle-primary .toggle.active > label {
    color: #000000;
}

html body .toggle-primary .toggle label {
    color: #000000;
}

.owl-dots.disabled {
    display: none !important;
}

/* Auto complete destination heading */
keyword_autocomplete .ui-state-disabled.searchAutoCompleteHeading,
keyword_autocomplete .ui-widget-content .ui-state-disabled.searchAutoCompleteHeading,
keyword_autocomplete .ui-widget-header .ui-state-disabled.searchAutoCompleteHeading {
	opacity: 1;
	filter:Alpha(Opacity=100); /* support: IE8 */
	background-image: none;
	font-family: 'open_sansbold';
	color: #9baa3a;
	text-transform: uppercase;
}
keyword_autocomplete .ui-state-disabled.searchAutoCompleteHeading .ui-icon {
	filter:Alpha(Opacity=100); /* support: IE8 - See #6059 */
}
/* Auto complete destination heading */